{% import 'common/thumbnail.html.twig' as thumbnail %} {% set record = item.record(app) %}
{{ record.get_title }}
{% for flag in record_flags(record) %} {% endfor %}
{% set rollover_gif = record.get_rollover_thumbnail %} {% if rollover_thumbnail == 'caption' %} {% set tooltipsrc = path('prod_tooltip_caption', { 'sbas_id' : record.databoxId, 'record_id' : record.recordId, 'context' : 'publi' }) %} {% elseif rollover_thumbnail == 'preview' %} {% set tooltipsrc = path('prod_tooltip_preview', { 'sbas_id' : record.databoxId, 'record_id' : record.recordId }) %} {% endif %}
{{ record.get_formated_duration }} {% if doctype_display %} {{ record_doctype_icon(record) }} {% endif %}
{% set extraclass = rollover_gif ? 'rollover-gif-out' : '' %} {{ thumbnail.format(record.get_thumbnail(), images_size, images_size, extraclass, true, false) }} {% if rollover_gif %} {{ thumbnail.format(rollover_gif, images_size, images_size, 'rollover-gif-hover hide', true, false) }} {% endif %}
{% set l_width = 30 %} {% if rollover_thumbnail == 'preview' %} {% set l_width = l_width + 50 %} {% endif %} {% if technical_display == '1' %} {% set l_width = l_width + 50 %} {% endif %}
{{ record.get_collection_logo(app)|raw }} {% if record.has_preview and has_access_subdef(record, 'preview') %}
{% endif %} {% if rollover_thumbnail == 'preview' %}
{% endif %} {% if technical_display == '1' %} {% endif %}