{% 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 %}
{% if exposition.place %} {% endif %}
{% with event=exposition user=user %} {% include 'client/includes/visit_button.html' %} {% endwith %} {% with event=exposition user=user %} {% include 'client/includes/calendar_button.html' %} {% endwith %} {% if request.user.is_admin %} {% trans 'изменить' %} {% endif %}

{% with tags=exposition.tag.all %} {% for tag in tags %} {{ tag.name }}, {% 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" %}
{% endwith %} {% endif %} {% if exposition.description %}
{% trans 'О выставке' %} {{ exposition.name|safe }}
{{ exposition.description|safe|linebreaks }}

{% endif %}
{% trans 'Дополнительная информация' %}
{% trans 'Организатор' %}:
{% for organiser in exposition.organiser.all %} {{ organiser.name }}
{{ organiser.web_page }}
{{ organiser.email }} {% endfor %}
{% 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 %}

{% with companies=exposition.company.all|slice:":6" %} {% if companies %} {# есть участники #}
{% trans 'Участники' %}
{% trans 'Все участники' %}
{% else %} {# нет участников #}
{% trans 'Участники' %}

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

Рекламировать участника

{% endif %} {% endwith %}
{% with visitors=exposition.users.all|slice:":17" %}
{% trans 'Посетители' %}
{% if visitors %} {% trans 'Все посетители' %} {% endif %} {% endwith %} {% with event=exposition user=user %} {% include 'client/includes/visit_button.html' %} {% endwith %}

{% 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 %}
{% include 'client/includes/booking_block.html' with city=exposition.city place=exposition.place %}
{% if exposition.get_nearest_events|slice:":6" %}
{% trans 'Ближайшие выставки по тематике' %} «{{ exposition.theme.all.0 }}»
{% endif %}
{% trans 'Смотрите также:' %}
Выставки: Автомобильная электроника (3) Выставки: Классические автомобили (2) Выставки: Транспортная промышленность (28) Выставки: Лес, деревообработка, бумага (8) Выставки: Мода, одежда, обувь, аксессуары (3) Выставки: Полиграфия, издательское дело (14)
{% endblock %} {% block content_text %} {% endblock %} {% block scripts %} {% endblock %}