{% for img in images %}
{{ img.alt | default('') }} {% if img.caption %}
{{ img.caption }}
{% endif %}
{% endfor %}