{% with tags=exposition.tag.all %}
{% for tag in tags %}
{{ tag.name }},
{% endfor %}
{% endwith %}
{% include 'client/includes/exposition/exposition_services.html' %}
{% include 'includes/event_steps.html' with event=exposition %}
{% if exposition.get_photos %}
{% with photos=exposition.get_photos|slice:"5" %}