{% load i18n %} {% load static %} {% if publication.subheading %}
{{ publication.subheading }}
{% endif %} {% if publication.presentation_image %}
{{ publication.presentation_image.description }}
{% endif %} {% if publication.html_content %}
{{ publication.html_content|safe }}
{% endif %} {% if publication.related_galleries %}

{% trans "Photo galleries" %}

{% for gallery in publication.related_galleries %} {% include "carousel_media_gallery.html" with media_items=gallery.collection.get_items %} {% endfor %} {% endif %}