{% load i18n thumbnail lightbox %} {% thumbnail object_list.0.image.path lightbox_height upscale=False as im %} {% block title %}{{object_list.0.label}}{% endblock title %} {% block extrahead %}{% endblock %}
{% block controls %}
×
{% endblock %}
{% block content %} {% if lightbox_image_clickable %} {% endif %} {% if object_list.0.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 %}