{% if object.picture_print %}
{% if object.picture_print.legend or object.picture_print.author %}
{% endif %}
{% else %}
{% endif %}
{% if object.description_teaser %}
{{ object.description_teaser|safe }}
{% endif %}
{% trans "Useful information" %}
{% if object.category %}
{% trans "Category" %}{{ object.category }}
{% endif %}
{% if object.type1.all %}
{{ object.type1_label }}
{% for type in object.type1.all %}{{ type }}{% endfor %}
{% endif %}
{% if object.type2.all %}
{{ object.type2_label }}
{% for type in object.type2.all %}{{ type }}{% endfor %}
{% endif %}
{% if object.themes.all %}
{% trans "Themes" %}
{% for theme in object.themes.all %}{{ theme.label }}{% endfor %}
{% endif %}
{% if object.label_accessibility %}
{% trans "Label accessibility" %}{{ object.label_accessibility }}
{% endif %}
{% if object.accessibility %}
{% trans "Accessibility" %}{{ object.accessibility }}
{% endif %}
{% block description %}
{% if object.description %}