{% extends 'client/base_catalog.html' %} {% load i18n static %} {% load thumbnail %} {% load template_filters %} {% block og %} {% endblock %} {% block styles %} {% endblock %} {% block bread_scrumbs %} {% endblock %} {% block page_title %}{% endblock %} {% block paginator %}{% endblock %} {% block content_list %}

{% 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 %}
{{ exposition.place.country }}, {{ exposition.place.city }}, {% if exposition.place.web_page %} {{ exposition.place.name }} {% else %} {{ exposition.place.name }} {% endif %}
{# #}
{% 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=exposition %} {% if request.user.is_admin %} {% trans 'изменить' %} {% endif %}

{% with tags=exposition.tags %} {% for tag in tags %} {{ tag.name }}{% if forloop.counter != tags|length %},{% endif %} {% endfor %} {% endwith %}
{# Описание выставки #}

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

{% 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.products %}
{% trans 'Экспонируемые продукты' %}:
{{ exposition.products|safe }}
{% endif %} {% if exposition.time %}
{% trans 'Время работы' %}:
{{ exposition.time|safe }}
{% endif %} {% if exposition.organiser.all.exists %}
{% trans 'Организатор' %}:
{% with organisers=exposition.organiser.all %} {% for organiser in organisers %} {{ organiser.name|safe }}
{% endfor %} {% endwith %}
{% else %} {% if exposition.org %} {% for item in exposition.org_split %}
{% if forloop.counter == 1 %}{% trans 'Организатор' %}:{% endif %}
{{ item|safe }}
{% endfor %} {% endif %} {% endif %} {% if exposition.web_page %}
{% trans 'Веб-сайт' %}:
{% trans 'перейти на сайт выставки' %}
{% endif %} {% comment %}{% if exposition.get_audience %}
{% trans 'Аудитория' %}:
{{ exposition.get_audience }}
{% endif %} {% if exposition.get_periodic %}
{% trans 'Периодичность' %}:
{{ exposition.get_periodic }}
{% endif %}{% endcomment %}

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

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

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

{% trans 'Что вы думаете о выставке?' %}

{% include 'client/includes/comments.html' %}
{% include 'client/includes/sharing_block_full.html' %}
{% include 'client/includes/banners/catalog_inner_2.html' %} {% if exposition.get_nearest_events %}
{% trans 'Другие выставки, которые могут быть вам интересны:' %}
{% endif %} {% include 'client/includes/banners/detail_inner_3.html' %}
{% 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 %} {% if exposition.theme.all %} {% 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 %} {% endif %}
{% if request.GET.debug == '1' %} {% else %} {% endif %} {% block content_text %}{% endblock %} {% block popup %} {% include 'client/popups/advertise_member.html' with form=advertising_form %} {% include 'client/popups/event_news_subscribe.html' %} {% endblock %} {% endblock %}