- {% with tags=event.tag.all %}
- {% for tag in tags %}
- {{ tag.name }}{% if forloop.counter != tags|length %},{% endif %}
- {% endfor %}
- {% endwith %}
-
-
-
-
-
- {% include 'client/includes/conference/conference_services.html' with event=event %}
-
- {% include 'includes/event_steps.html' with event=event %}
-
- {% if event.get_photos %}
- {% with photos=event.get_photos|slice:"5" %}
-
-
-
+ {% with tags=event.tag.all %}
+ {% for tag in tags %}
+ {{ tag.name }}{% if forloop.counter != tags|length %},{% endif %}
+ {% endfor %}
+ {% endwith %}
+
+
+
+
+ {% include 'client/includes/conference/conference_services.html' with event=event %}
+ {% include 'includes/event_steps.html' with event=event %}
+ {% if event.get_photos %}
+ {% with photos=event.get_photos|slice:"5" %}
+
+