{% extends "common/indexfloat.html.twig" %} {% set local_title = record.get_title() %} {% block icon %} {% endblock %} {% block stylesheet %} {% endblock %} {% block javascript %} {% endblock %} {% block content %}

{{record.get_title()}}

{% import 'common/thumbnail.html.twig' as thumbnail %} {% set subdef = record.get_subdef(subdef_name) %} {{ thumbnail.format(subdef, subdef.get_width(), subdef.get_height(), '', true, false) }}
{% include 'common/caption.html.twig' %}
{% endblock %}