{% extends "common/index_bootstrap.html.twig" %} {% import 'common/thumbnail.html.twig' as thumbnail %} {% import 'common/caption_templates/preview.html.twig' 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}}{% endif %}
{% if first_item %} {% set preview = first_item.get_record().get_preview() %} {{thumbnail.format(preview, preview.get_width(), preview.get_height(),'', false, false)}} {% endif %}
{% if first_item %}{{first_item.get_record().get_title}}{% endif %}
{% trans 'notice'%}
{% set business = app['phraseanet.user'].ACL().has_right_on_base(first_item.get_record().get_base_id(), 'canmodifrecord') %} {% if first_item %} {{caption.format_caption(first_item.get_record(), '', null, business)}} {% endif %}

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