{% load static %} {% load i18n %} {% load template_filters %} {% block page_body %}
{% if exposition.main_title %} {{ exposition.main_title|safe }} {% else %} {{ exposition.name|safe }} {% endif %}
{% with obj=exposition %} {% include 'client/includes/show_date_block.html' %} {% endwith %}
{% if exposition.place %} {% endif %}

{% for tag in exposition.tag.all %} {{ tag }}, {% endfor %}
{% with event=exposition %} {% include 'includes/event_steps.html' %} {% endwith %} {% if exposition.get_photos %}
{% endif %}
{{ exposition.main_title|safe }}
{{ exposition.description|safe }}

{% 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 %}

{% trans 'Участники' %}
{% trans 'Все участники' %}
{% trans 'Посетители' %}
{% trans 'Все посетители' %}
{% if exposition.place %}
{% if exposition.place %}
{% trans 'Общая выставочная площадь' %}
{% if exposition.place.total_area %} {{ exposition.place.total_area }} {% trans 'м²' %} {% endif %}
{% endif %}
300 {% trans 'учасников' %}
200 000 {% trans 'посетителей' %}
{% if exposition.foundation_year %}
{% trans 'Основано в' %} {{ exposition.foundation_year }} {% trans 'году' %}
{% endif %}
{% endif %}

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