{% load static %} {% load i18n %} {% load thumbnail %} {% load template_filters %} {% block page_body %}

{% if exposition.main_title %} {{ exposition.main_title|safe }} {{ exposition.name|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 %} {% else %}
{{ exposition.country.name }}, {{ exposition.city.name }}{% if exposition.place_alt %} , {{ exposition.place_alt }}{% endif %}
{% endif %}
{% with event=exposition user=user %} {% include 'client/includes/visit_button.html' %} {% endwith %} {% include 'client/includes/calendar_button.html' with obj=object %}
{% with note=object|note_by_user:request.user %} {% trans 'заметка' %}
{% endwith %}
{% if request.user.is_admin %} {% trans 'изменить' %} {% endif %} {% if exposition.photogallery_id %} {% trans 'фото' %} {% endif %}

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

{% trans 'Фотографии с прошлой выставки' %}

{% endwith %} {% endif %}

{% trans 'О выставке' %} {{ exposition.name|safe }}

{% if exposition.description %}
{{ exposition.description|safe|linebreaks }}
{%else %} {% include "client/includes/exposition/default_description.html" with expo=exposition %} {% 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/banners/detail_inner.html' %}
{% include "client/includes/article/articles_in_event.html" with event=exposition news_list=news %}
{% with companies=exposition.company.all|slice:":6" %} {% if companies %} {# есть участники #}

{% trans 'Участники' %}

{% trans 'Все участники' %}
{% else %} {# нет участников #}

{% trans 'Участники' %}

{% trans 'Привлекайте целевых посетителей на стенд' %}

{% trans 'Рекламировать участника' %}

{% 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.get_nearest_events|slice:":6" %}

{% trans 'Ближайшие выставки по тематике' %} «{{ exposition.theme.all.0 }}»

{% include 'client/includes/banners/detail_inner_3.html' %} {% endif %}

{% trans 'Смотрите также:' %}

{% trans "Выставки" %} {% if request.LANGUAGE_CODE == 'ru' and exposition.city.inflect %}{{ exposition.city.inflect }}{% else %}{% trans 'in' %} {{ exposition.city.name }}{% endif %} {% trans "Выставки" %} {% if request.LANGUAGE_CODE == 'ru' and exposition.country.inflect %}{{ exposition.country.inflect }}{% else %}{% trans 'in' %} {{ exposition.country.name }}{% endif %} {% trans "Выставки по тематике " %}«{{ exposition.theme.all.0.name|capfirst }}» {% if request.LANGUAGE_CODE == 'ru' and exposition.country.inflect %}{{ exposition.country.inflect }}{% else %}{% trans 'in' %} {{ exposition.country.name }}{% endif %} {% trans "Выставки по тематике " %}«{{ exposition.theme.all.0.name|capfirst }}» {% if request.LANGUAGE_CODE == 'ru' and exposition.city.inflect %}{{ exposition.city.inflect }}{% else %}{% trans 'in' %} {{ exposition.city.name }}{% endif %}
{% endblock %} {% block content_text %} {% endblock %} {% block popup %} {% include 'client/popups/advertise_member.html' with form=advertising_form %} {% endblock %} {% block scripts %} {% if request.GET.debug == '1' %} {% else %} {% endif %} {% endblock %}