{{ title | safe }}
{% if needs_external_consent %}
{% endif %}
{% for image in images %}
{{ image.alt }} {% if image.alt and gallery.captions | default(true) %}
{{ image.alt }}
{% endif %}
{% endfor %}