{% for loc in locations %}

{{ loc.name }}

{% for img in loc.images %} {{ img.alt }} {% endfor %}
{% endfor %} Open admin to upload some images.