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