{% if images %}

{% for img in images %} {% endfor %}

{% else %}

No images in this volume.

{% endif %}