View
Associated images
{% if associated %}
{% for name in associated|sort %}
-
{{ name }}
{% endfor %}
{% else %}
None
{% endif %}
Slide properties
{% if properties %}
{% for name in properties %}
- {{ name }}
- {{ properties[name] }}
{% endfor %}
{% else %}
None
{% endif %}