{% 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 %} {% trans 'заметка' %}

{% for tag in exposition.tag.all %} {{ tag }}, {% endfor %}
{% include 'includes/event_steps.html' with event=exposition filter=filter %} {% 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|linebreaks }}
{% endif %}

{% trans 'Участники' %}
{% trans 'Все участники' %}
{% trans 'Посетители' %}
{% trans 'Все посетители' %}
{% if exposition.place %}
{% if exposition.place %}
{% trans 'Общая выставочная площадь' %}
{% if exposition.place.total_area %} {{ exposition.place.total_area }} {% trans 'м²' %} {% endif %}
{% endif %}
{% if exposition.visitors %}
{{ exposition.visitors }} {% trans 'учасников' %}
{% endif %} {% if exposition.members %}
{{ exposition.members }} {% 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 %}
{% if exposition.get_nearest_events|slice:":6" %}
{% trans 'Ближайшие выставки по тематике' %} «{{ exposition.theme.all.0 }}»
{% endif %} {% endblock %} {% block content_text %} {% endblock %}