{% for associated_image in associated_images %}

{{ associated_image.name }}

{% endfor %}

Properties

{% for key, value in properties.items() %} {{key}}: {{value}}
{% endfor %}