-
-
{% trans 'Участники:' %}
- {% if object.members %}{{ object.members }}{% else %}нет данных{% endif %}
-
-
-
{% trans 'Посетители:' %}
- {% if object.visitors %}{{ object.visitors }}{% else %}нет данных{% endif %}
-
+ {# Описание выставки #}
+
+
{% trans 'О выставке' %} {{ exposition.name|safe }}
+
-
-
+ {% if exposition.description %}
+
+ {{ exposition.description|safe }}
+
+ {% elif default_description %}
+
+ {{ default_description|safe }}
+
+ {% else %}
+ {% include "client/includes/exposition/default_description.html" with expo=exposition className="expo_description_detail" %}
+ {% endif %}
+
- {% if exposition.description %}
-
- {{ exposition.description|safe }}
-
- {% elif default_description %}
-
- {{ default_description|safe }}
-
- {% else %}
- {% include "client/includes/exposition/default_description.html" with expo=exposition className="expo_description_detail" %}
- {% endif %}
-
+ {% include 'client/includes/banners/expo_detail.html' %}
- {% include 'client/includes/banners/expo_detail.html' %}
+
+
{% trans 'Дополнительная информация' %}
- {# Дополнительная информация #}
-
-
{% trans 'Дополнительная информация' %}
+
-
-
- {% if exposition.organiser.all.exists %}
- - {% trans 'Организатор' %}:
- -
- {% with organisers=exposition.organiser.all %}
- {% for organiser in organisers %}
- {{ organiser.name }}
- {% endfor %}
- {% endwith %}
-
- {% else %}
- {% if exposition.org %}
- {% for item in exposition.org_split %}
- - {% if forloop.counter == 1 %}{% trans 'Организатор' %}:{% endif %}
+ {% endif %}
- -
- {{ item }}
-
- {% endfor %}
+ {% if exposition.web_page %}
+ - {% trans 'Веб-сайт' %}:
+ -
+ {{ exposition.web_page }}
+
+ {% endif %}
- {% endif %}
- {% endif %}
+ {% if exposition.get_audience %}
+ - {% trans 'Аудитория' %}:
+ - {{ exposition.get_audience }}
+ {% endif %}
- {% if exposition.web_page %}
- - {% trans 'Веб-сайт' %}:
- -
- {{ exposition.web_page }}
-
- {% endif %}
+ {% if exposition.get_periodic %}
+ - {% trans 'Периодичность' %}:
+ - {{ exposition.get_periodic }}
+ {% endif %}
- {% if exposition.get_audience %}
- - {% trans 'Аудитория' %}:
- - {{ exposition.get_audience }}
- {% endif %}
+ {% if exposition.products %}
+ - {% trans 'Экспонируемые продукты' %}:
+ - {{ exposition.products|safe }}
+ {% endif %}
- {% if exposition.get_periodic %}
- - {% trans 'Периодичность' %}:
- - {{ exposition.get_periodic }}
- {% endif %}
+ {% if exposition.time %}
+ - {% trans 'Время работы' %}:
+ - {{ exposition.time|safe }}
+ {% endif %}
+
+
- {% if exposition.products %}
-
{% trans 'Экспонируемые продукты' %}:
-
{{ exposition.products|safe }}
+
+ {% include 'client/includes/booking_block.html' with city=exposition.city place=exposition.place event=exposition %}
+
+ {# Планируют быть #}
+
+ {% with visitors=exposition.users.all|slice:":17" %}
+
{% trans 'Планируют быть на' %} {{ exposition.name }}
+
+
- {% if exposition.time %}
-
{% trans 'Время работы' %}:
-
{{ exposition.time|safe }}
- {% endif %}
-
-
+
{% trans 'Пока никто не отметился на событии.' %}
-
-
- {% include 'client/includes/booking_block.html' with city=exposition.city place=exposition.place event=exposition %}
-
- {# Планируют быть #}
-
- {% with visitors=exposition.users.all|slice:":17" %}
-
{% trans 'Планируют быть на' %} {{ exposition.name }}
-
-
-
+
{% trans 'Все посетители' %}
+ {% endwith %}
-
{% trans 'Пока никто не отметился на событии.' %}
+ {% with event=exposition user=user %}
+ {% include 'client/includes/visit_button.html' %}
+ {% endwith %}
+
-
{% trans 'Все посетители' %}
- {% endwith %}
+ {# Слайдер фото с прошлой выставки #}
+ {% if exposition.get_photos %}
+ {% with photos=exposition.get_photos %}
+
+
+
+ {% for photo in photos %}
+ {% thumbnail photo.image '936x468' crop="center" as im %}
+

+ {% endthumbnail %}
+ {% endfor %}
+
- {% with event=exposition user=user %}
- {% include 'client/includes/visit_button.html' %}
- {% endwith %}
-
+
+ {% for photo in photos %}
+ {% thumbnail photo.image '137x95' crop="center" as im %}
+

+ {% endthumbnail %}
+ {% endfor %}
+
+
+ {% endwith %}
+ {% endif %}
- {# Слайдер фото с прошлой выставки #}
- {% if exposition.get_photos %}
- {% with photos=exposition.get_photos %}
-