{% extends "picture/picture_short.html" %} {% load i18n %} {% load picture_tags thumbnail %} {% block box-class %}book-wide-box{% endblock %} {% block picture-view %} {% thumbnail picture.image_file "535" upscale=0 as thumb %} {% endthumbnail %} {% endblock %} {% block extra_categories %} {% if picture.extra_info.styles %} {% trans "Style" %}:  {% for tag in picture.extra_info.styles %} {{ tag }} {% if not forloop.last %}, {% endif %} {% endfor %} {% endif %} {% if picture.extra_info.medium %} {% trans "Medium" %}:  {{ picture.extra_info.medium }} {% endif %} {% if picture.extra_info.original_dimensions %} {% trans "Dimensions" %}:  {{ picture.extra_info.original_dimensions }} {% endif %} {% trans "Date" %}:  {{ picture.extra_info.created_at }} {% endblock %} {% block book-box-extra-info %} {% if themes or things%}

{% trans "Motifs, themes and objects" %}

{% if themes %}

{% trans "Motifs and themes" %}

{% endif %} {% if things %}

{% trans "Objects" %}

{% endif %}
{% else %}

 

{% endif %} {% endblock %} {% block right-column %}

{% trans "See" %}

{% comment %}

{% trans "Download" %}

{% endcomment %}
{% endblock %}