-
-
- {% if exposition.expohit %}
-
- {% endif %}
-
- {% with obj=exposition %}
- {% include 'client/includes/show_logo.html' %}
- {% endwith %}
-
-
- {% if exposition.visitors %}
- {{ exposition.visitors }}
- {% endif %}
- {% if exposition.members %}
- {{ exposition.members }}
- {% endif %}
-
-
- {% if exposition.paid_new.logo %}
-
-
{% trans 'Организатор' %}
-
-
-
-
- {% endif %}
-
-
-
-
-
- {% if exposition.main_title %}
- {{ exposition.name|safe }} - {{ exposition.main_title|lowfirst|safe }}
- {% else %}
- {{ exposition.name|safe }}
- {% endif %}
-
-
-
-
- {% with obj=exposition %}
- {% include 'client/includes/show_date_block.html' %}
- {% endwith %}
-
- {% include "client/includes/sharing_block.html" %}
-
-
- {% if exposition.place %}
-
- {% endif %}
-
-
-
-
-
-
-
-
-
{% trans 'Подписаться на новости' %} {% blocktrans with name=exposition.name|safe %}Получайте актуальную информацию о выставке {{ name }} на свой email{% endblocktrans %}
-
-
-
-
-
{% trans 'Посетить/участвовать в выставке' %}
-
-
- {% if exposition.get_photos %}
- {% with photos=exposition.get_photos|slice:"5" %}
-
-
-
-
-
- {% for photo in photos %}
-
-
-
- {% endfor %}
-
-
-
-
- {% endwith %}
- {% endif %}
-
- {% if exposition.description %}
-
-
{% trans 'О выставке' %} {{ exposition.name|safe }}
-
{{ exposition.description|safe }}
-
-
- {% endif %}
-
-
-
{% trans 'Дополнительная информация' %}
-
-
- {% if exposition.organiser.all|length > 0 %}
- {% trans 'Организатор' %}:
-
- {% with organisers=exposition.organiser.all %}
- {% for organiser in organisers %}
- {{ organiser.name }}
- {% endfor %}
- {% endwith %}
-
- {% endif %}
- {% if exposition.web_page %}
- {% trans 'Веб-сайт' %}:
-
- {{ exposition.web_page }}
-
- {% endif %}
- {% if exposition.get_audience %}
- {% trans 'Аудитория' %}:
-
- {{ exposition.get_audience }}
-
- {% endif %}
- {% if exposition.get_periodic %}
- {% trans 'Периодичность' %}:
- {{ exposition.get_periodic }}
- {% endif %}
- {% if exposition.products %}
- {% trans 'Экспонируемые продукты' %}:
- {{ exposition.products|safe }}
- {% endif %}
- {% if exposition.time %}
- {% trans 'Время работы' %}:
- {{ exposition.time|safe }}
- {% endif %}
-
-
-
- {% include "client/includes/article/articles_in_event.html" with event=exposition news_list=news %}
-
-
-
-
- {% with companies=exposition.company.all|slice:":6" %}
- {% if companies %}
- {# есть участники #}
-
-
- {% else %}
- {# нет участников #}
-
- {% endif %}
- {% endwith %}
-
-
- {% with visitors=exposition.users.all|slice:":17" %}
-
- {% trans 'Посетители' %}
-
-
-
{% trans 'Все посетители' %}
- {% endwith %}
-
{% trans 'Пока никто не отметился на событии.' %}
- {% 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 %}
-
{% trans 'Статистика' %}
- {% 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 %}
- {% if exposition.visitors %}
-
{{ exposition.visitors }} {% trans 'посетителей' %}
- {% endif %}
- {% if exposition.foundation_year %}
-
{% trans 'Основано в' %} {{ exposition.foundation_year }} {% trans 'году' %}
- {% endif %}
-
-
- {% endif %}
-
-
- {% include 'client/includes/booking_block.html' with city=exposition.city place=exposition.place event=exposition %}
-
-
-
- {% if exposition.expohit %}
-
- {% endif %}
-
- {% if exposition.canceled %}
-
- {% endif %}
-
-
- {% with obj=exposition %}
- {% include 'client/includes/show_logo.html' %}
- {% endwith %}
-
-
-
- {% if exposition.visitors %}
- {{ exposition.visitors }}
- {% endif %}
-
- {% if exposition.members %}
- {{ exposition.members }}
- {% endif %}
-
-
-
-
-
-
-
-
- {% if exposition.main_title %}
- {{ exposition.name|safe }} - {{ exposition.main_title|lowfirst|safe }}
- {% else %}
- {{ exposition.name|safe }}
- {% endif %}
-
-
-
-
- {% with obj=exposition %}
- {% include 'client/includes/show_date_block.html' %}
- {% endwith %}
-
- {% if not request.GET.debug == '1' %}
- {% include "client/includes/sharing_block.html" %}
- {% endif %}
-
-
- {% if exposition.place %}
-
- {% else %}
-
-
-
- {{ exposition.country.name }}, {{ exposition.city.name }}{% if exposition.place_alt %} , {{ exposition.place_alt }}{% endif %}
-
-
-
- {% endif %}
-
-
-
-
-
-
-
-
-
-
-
- {# Описание выставки #}
-
-
{% trans 'О выставке' %} {{ exposition.name|safe }}
-
- {% if object.members_choice and object.visitors_choice %}
- {% trans 'Масштаб выставки:' %}
-
-
-
{% trans 'Участники:' %}
- {% if object.members_choice %}{{ object.members_choice }}{% else %}нет данных{% endif %}
-
-
-
{% trans 'Посетители:' %}
- {% if object.visitors_choice %}{{ object.visitors_choice }}{% else %}нет данных{% endif %}
-
-
- {% endif %}
-
-
- {% if exposition.quality_label.ufi.is_set %}
-
-
-
- {% endif %}
-
- {% if exposition.quality_label.exporating.is_set %}
-
-
-
- {% endif %}
-
- {% if exposition.quality_label.rsva.is_set %}
-
-
-
- {% 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' %}
-
-
-
- {# Дополнительная информация #}
-
-
{% 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 %}
-
-
- {{ item }}
-
- {% endfor %}
-
- {% endif %}
- {% endif %}
-
- {% if exposition.web_page %}
- {% trans 'Веб-сайт' %}:
-
- {{ exposition.web_page }}
-
- {% endif %}
-
- {% if exposition.get_audience %}
- {% trans 'Аудитория' %}:
- {{ exposition.get_audience }}
- {% endif %}
-
- {% if exposition.get_periodic %}
- {% trans 'Периодичность' %}:
- {{ exposition.get_periodic }}
- {% endif %}
-
- {% if exposition.products %}
- {% trans 'Экспонируемые продукты' %}:
- {{ exposition.products|safe }}
- {% endif %}
-
- {% if exposition.time %}
- {% trans 'Время работы' %}:
- {{ exposition.time|safe }}
- {% endif %}
-
-
-
-
- {% 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 'Пока никто не отметился на событии.' %}
-
-
{% trans 'Все посетители' %}
- {% endwith %}
-
- {% with event=exposition user=user %}
- {% include 'client/includes/visit_button.html' %}
- {% endwith %}
-
-
- {# Слайдер фото с прошлой выставки #}
- {% if exposition.get_photos %}
- {% with photos=exposition.get_photos %}
-
-
-
- {% for photo in photos %}
- {% thumbnail photo.image '936x468' crop="center" as im %}
-
- {% endthumbnail %}
- {% endfor %}
-
-
-
- {% for photo in photos %}
- {% thumbnail photo.image '137x95' crop="center" as im %}
-
- {% endthumbnail %}
- {% endfor %}
-
-
- {% endwith %}
- {% endif %}
-
-
- {% include "client/includes/article/articles_in_event.html" with event=exposition news_list=news %}
-
-
- {% 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 %}
-
- {% if exposition.visitors %}
-
{{ exposition.visitors }} {% trans 'посетителей' %}
- {% endif %}
-
- {% if exposition.foundation_year %}
-
{% trans 'Основано в' %} {{ exposition.foundation_year }} {% trans 'году' %}
- {% endif %}
-
-
- {% endif %}
-
-
-
-
-
{% trans 'Комментарии' %}
- {% for comment in comments %} -{% trans 'Для отправки комментариев' %}, {% trans 'авторизуйтесь' %}.
- {% endif %} -