{% load i18n %} {% load thumbnail %} {% block content %} {% if object != None %} {% if object.translation.description %} {{ object.translation.description }} {% endif %}
{% for object in object.files %}
{% thumbnail object.file.file "200x140" format="PNG" crop="center" as thumb %} {% thumbnail object.file.file "800x800" as image %} {% endthumbnail %} {% endthumbnail %}
{% endfor %}
{% trans "Back to" %} {% if object.parent %}{{ object.parent }}{% else %}{{ request.webcms_page }}{% endif %} {% else %}
{% for object in object_list %}
{% endfor %}
{% endif %} {% endblock %}