+ {% with tags=exposition.tag.all %}
+ {% for tag in tags %}
+ {{ tag.name }}{% if forloop.counter != tags|length %},{% endif %}
+ {% 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" %}
+
+
-
-
- {% with event=exposition user=user %}
- {% include 'client/includes/visit_button.html' %}
- {% endwith %}
-
-
-
-
-
+ {% with event=exposition user=user %}
+ {% include 'client/includes/visit_button.html' %}
+ {% endwith %}
+
+
+
{% if exposition.area %}
{% else %}
{% if exposition.members or exposition.visitors or exposition.foundation_year %}
@@ -286,21 +252,16 @@
{% endif %}
{% endif %}
{% if exposition.members or exposition.visitors or exposition.foundation_year or exposition.area %}
-
-
+
{% if exposition.area %}
{% trans 'Общая выставочная площадь' %}
{{ exposition.area }} {% trans 'м²' %}
-
-
{% endif %}
-
-
{% if exposition.members %}
{{ exposition.members }} {% trans 'участников' %}
{% endif %}
@@ -313,89 +274,78 @@
{% endif %}
-
-
-
-
- {% include 'client/includes/booking_block.html' with city=exposition.city place=exposition.place %}
-
-
- {% if exposition.get_nearest_events|slice:":6" %}
-