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

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