{% load i18n thumbnail lightbox %} {% with object_list.0|getattribute:image_field_name as image %} {% thumbnail image lightbox_height upscale=False as im %} {{ img }} {% block title %}{{object_list.0.label}}{% endblock title %} {% block extrahead %}{% endblock %}
{% block controls %}
×
{% endblock %}
{% block content %} {% if lightbox_image_clickable %} {% endif %} {% if image.path|is_portrait %} {{object_list.0.label}} {% else %} {% endif %}{% if lightbox_image_clickable %}{% endif %} {% if object_list.0.label %}
{{object_list.0.label|linebreaks}}
{% endif %} {% endblock content %}
{% endthumbnail %} {% endwith %}