View

Slide

Associated images

{% if associated %} {% else %} None {% endif %}

Slide properties

{% if properties %}
{% for name in properties %}
{{ name }}
{{ properties[name] }} {% endfor %}
{% else %} None {% endif %}