{% if not images %}
Add images to populate the fan gallery.
{% endif %} {% for img in images %}
{% if img.src %}{{ img.caption }}{% else %}{% endif %}{% if img.caption %}
{{ img.caption }}
{% endif %}
{% endfor %}