{% extends "lightbox/index_layout.html.twig" %} {% import 'common/thumbnail.html.twig' as thumbnail %} {% import 'common/macro_caption.html.twig' as macro_caption %} {% block javascript %} {% endblock %} {% block stylesheet %} {% endblock %} {% block content %}
{% if first_item %}{{first_item.getOrd()}}{% endif %}
{% if first_item %}{{first_item.getRecord(app).get_title|raw}}{% endif %}
{% set feed_element = first_item %} {% include 'lightbox/feed_options_box.html.twig' %}
{% if first_item %}{{first_item.getRecord(app).get_title}}{% endif %}
{{ 'notice' | trans }}

{% include 'lightbox/feed_container.html.twig' %}
{% endblock %}