+
-
-
-
-
- {{ place.name|safe }}
-
-
- {{ place.description.strip|safe|linebreaks|truncatewords:20 }}
-
-
{% trans 'Далее...' %}
-
- {{ place.description.strip|safe|linebreaks }}
-
- {% if place.address %}
-
-
-
- {{ place.adress }}
-
-
-
-
-
-
-
+
+
+
+ {{ place.name|safe }}
+
+
+ {{ place.description.strip|safe|linebreaks|truncatewords:20 }}
+
+
{% trans 'Далее...' %}
+
+ {{ place.description.strip|safe|linebreaks }}
+
+ {% if place.address %}
+
+
+
+ {{ place.adress }}
+
+
+
+
-
- {% else %}
-
- {% endif %}
-
-
-
-
-
-
Услуги
-
-
- {% if place.bank %}
- - {% trans 'Банк / банкоматы / обмен валюты' %}
- {% endif %}
- {% if place.wifi %}
- - Wi-Fi
- {% endif %}
- {% if place.children_room %}
- - {% trans 'Детская комната' %}
- {% endif %}
- {% if place.disabled_service %}
- - {% trans 'Сервис для инвалидов' %}
- {% endif %}
-
-
- {% if place.conference_centre %}
- - {% trans 'Конгресс-центр' %}
- {% endif %}
- {% if place.business_centre %}
- - {% trans 'Бизнес-центр' %}
- {% endif %}
- {% if place.online_registration %}
- - {% trans 'Онлайн-регистрация' %}
- {% endif %}
- {% if place.cafe %}
- - {% trans 'Кафе и рестораны' %}
- {% endif %}
-
-
- {% if place.terminals %}
- - {% trans 'Информационные терминалы' %}
- {% endif %}
- {% if place.parking %}
- - {% trans 'Парковка' %}
- {% endif %}
- {% if place.press_centre %}
- - {% trans 'Пресс-центр' %}
- {% endif %}
- {% if place.mobile_application %}
- - {% trans 'Мобильное приложение' %}
- {% endif %}
-
-
-
-
- {% if place.photogallery %}
- {% with photos=place.photogallery.photos.all|slice:"5" %}
-
-
{% trans 'Фотогалерея' %}
-
-
- {% for photo in photos %}
- -
-
-
- {% endfor %}
-
-
-
-
- {% endwith %}
- {% endif %}
-
- {% if place.total_area %}
-
+
+ {% else %}
+
+ {% endif %}
+
+
+
+
+
Услуги
+
+
+ {% if place.bank %}
+ - {% trans 'Банк / банкоматы / обмен валюты' %}
+ {% endif %}
+ {% if place.wifi %}
+ - Wi-Fi
+ {% endif %}
+ {% if place.children_room %}
+ - {% trans 'Детская комната' %}
+ {% endif %}
+ {% if place.disabled_service %}
+ - {% trans 'Сервис для инвалидов' %}
+ {% endif %}
+
+
+ {% if place.conference_centre %}
+ - {% trans 'Конгресс-центр' %}
+ {% endif %}
+ {% if place.business_centre %}
+ - {% trans 'Бизнес-центр' %}
+ {% endif %}
+ {% if place.online_registration %}
+ - {% trans 'Онлайн-регистрация' %}
+ {% endif %}
+ {% if place.cafe %}
+ - {% trans 'Кафе и рестораны' %}
+ {% endif %}
+
+
+ {% if place.terminals %}
+ - {% trans 'Информационные терминалы' %}
+ {% endif %}
+ {% if place.parking %}
+ - {% trans 'Парковка' %}
+ {% endif %}
+ {% if place.press_centre %}
+ - {% trans 'Пресс-центр' %}
+ {% endif %}
+ {% if place.mobile_application %}
+ - {% trans 'Мобильное приложение' %}
+ {% endif %}
+
+
+
+
+ {% if place.photogallery %}
+ {% with photos=place.photogallery.photos.all|slice:"5" %}
+
+
{% trans 'Фотогалерея' %}
+
+
+ {% for photo in photos %}
+ -
+
+
+ {% endfor %}
+
+
+
+
+ {% endwith %}
+ {% endif %}
+
+ {% if place.total_area %}
+
{% trans 'Общая выставочная площадь' %}
{{ place.total_area|int_format }} м²
-
- {% endif %}
-
+
+ {% endif %}
- {% if place.closed_area %}
+ {% if place.closed_area %}
{{ place.closed_area|int_format }} {% trans 'м²' %}
{% trans 'закрытая выставочная площадь' %}
- {% endif %}
- {% if place.open_area %}
+ {% endif %}
+ {% if place.open_area %}
{{ place.open_area|int_format }} {% trans 'м²' %}
{% trans 'открытая выставочная площадь' %}
-
- {% endif %}
+
+ {% endif %}
-
-
-
-
- {% for hall in place.halls.all %}
-
- {% if not forloop.counter|divisibleby:"2" %}
- - {{ hall.name }} {% if hall.number %} №{{ hall.number }} {% endif %} — {{ hall.capacity }} м2
- {% endif %}
- {% endfor %}
-
-
-
-
-
- {% for hall in place.halls.all %}
- {% if forloop.counter|divisibleby:"2" %}
- - {{ hall.name }} {% if hall.number %} №{{ hall.number }} {% endif %} — {{ hall.capacity }} м2
- {% endif %}
- {% endfor %}
-
-
-
-
- {% if place.total_year_action %}
-
+
+
+
+ {% for hall in place.halls.all %}
+ {% if not forloop.counter|divisibleby:"2" %}
+ - {{ hall.name }} {% if hall.number %} №{{ hall.number }} {% endif %} — {{ hall.capacity }} м2
+ {% endif %}
+ {% endfor %}
+
+
+
+
+ {% for hall in place.halls.all %}
+ {% if forloop.counter|divisibleby:"2" %}
+ - {{ hall.name }} {% if hall.number %} №{{ hall.number }} {% endif %} — {{ hall.capacity }} м2
+ {% endif %}
+ {% endfor %}
+
+
+
+ {% if place.total_year_action %}
+
{% trans 'Ежегодно проводится' %}
-
- {% if place.total_year_action.isdigit %}
- {% ifequal LANGUAGE_CODE 'ru' %}
- {% load pymorphy_tags %}
- {{ place.total_year_action }}
- {{ "событие"|plural:place.total_year_action }}
- {% else %}
- {{ place.total_year_action }}
- {% trans 'событий' %}
- {% endifequal %}
-
- {% else %}
- {{ place.total_year_action }}
- {% endif %}
+ {% if place.total_year_action.isdigit %}
+ {% ifequal LANGUAGE_CODE 'ru' %}
+ {% load pymorphy_tags %}
+ {{ place.total_year_action }}
+ {{ "событие"|plural:place.total_year_action }}
+ {% else %}
+ {{ place.total_year_action }}
+ {% trans 'событий' %}
+ {% endifequal %}
+
+ {% else %}
+ {{ place.total_year_action }}
+ {% endif %}
-
-
- {% endif %}
+
+ {% endif %}
{% if place.foundation_year %}
-
-
-
{% trans 'Основано в' %} {{ place.foundation_year }} {% trans 'году' %}
-
-
+
+
{% trans 'Основано в' %} {{ place.foundation_year }} {% trans 'году' %}
+
{% endif %}
-
-
- {% if place.get_scheme %}
-