{% if not items %}
Add photographs to populate the gallery.
{% else %}
{% for item in items %}
{% if item.caption %}
{{ item.caption }}
{% endif %}
{% endfor %}
{% endif %}