{% extends "common/index.twig" %} {% import 'common/thumbnail.html' as thumbnail %} {% import 'common/caption_templates/preview.html' as caption %} {% 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.twig' %}
{% if first_item %} {% set bask_prev = first_item.get_record().get_preview() %} {{thumbnail.format(bask_prev,bask_prev.get_width(),bask_prev.get_height(),'',session, false)}} {% endif %}
{% if first_item %}{{first_item.get_record().get_title}}{% endif %}
{% trans 'notice'%}
{% if first_item %} {{caption.format_caption(first_item.get_record())}} {% endif %}

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