{% load i18n %} {% load template_filters %}
{% 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 %}
{% trans 'Стоимость посещения и участия' %}
{% trans 'Для посещения' %}
{% trans 'Стоимость билетов' %}
{% if exposition.price_all or exposition.price_day %}
    {% if exposition.price_day %}
  • {% if exposition.price_day|isdigit %} {{ exposition.price_day }} {% else %} {{ exposition.price_day }} {% endif %} {% if exposition.price_day|isdigit %}{{ exposition.get_currency_html }}{% endif %}
    {% trans 'на 1 день' %}
  • {% endif %} {% if exposition.price_all %}
  • {% if exposition.price_day|isdigit %} {{ exposition.price_all }} {% else %} {{ exposition.price_all }} {% endif %} {% if exposition.price_all|isdigit %}{{ exposition.get_currency_html }}{% endif %}
    {% trans 'на все дни' %}
  • {% endif %}
{% trans 'Предварительная регистрация' %}
{% endif %} {% if exposition.price_day_bar or exposition.price_all_bar %}
    {% if exposition.price_day_bar %}
  • {{ exposition.price_day_bar }} {% if exposition.price_day_bar|isdigit %}{{ exposition.get_currency_html }}{% endif %}
    на 1 день
  • {% endif %} {% if exposition.price_all_bar %}
  • {# {% if exposition.price_all_bar|isdigit %} #}
    {{ exposition.price_all_bar }} {% if exposition.price_all_bar|isdigit %}{{ exposition.get_currency_html }}{% endif %}
    {% trans 'на все дни' %}
  • {% endif %}
{% trans 'Регистрация на' %} {% trans 'стойке' %}
{% endif %}
{% trans 'Выставка открыта для' %}:
    {{ exposition.get_audience }}
{% trans 'Для участия' %}
{% trans 'Стоимость аренды 1м²' %}
{% if exposition.max_closed_equipped_area or exposition.max_closed_area or exposition.max_open_area %}
    {% if exposition.max_closed_equipped_area %}
  • {% if exposition.min_closed_equipped_area %} {{ exposition.min_closed_equipped_area }}-{{ exposition.max_closed_equipped_area }} {{ exposition.get_currency_html }} {% else %} {{ exposition.max_closed_equipped_area }} {{ exposition.get_currency_html }} {% endif %}
    {% trans 'оборудованная площадь' %}
  • {% endif %} {% if exposition.max_closed_area %}
  • {% if exposition.min_closed_area %} {{ exposition.min_closed_area }}-{{ exposition.max_closed_area }} {{ exposition.get_currency_html }} {% else %} {{ exposition.max_closed_area }} {{ exposition.get_currency_html }} {% endif %}
    {% trans 'необорудованная площадь' %}
  • {% endif %} {% if exposition.max_open_area %}
  • {% if exposition.min_open_area %} {{ exposition.min_open_area }}-{{ exposition.max_open_area }} {{ exposition.get_currency_html }} {% else %} {{ exposition.max_open_area }} {{ exposition.get_currency_html }} {% endif %}
    {% trans 'открытая площадь' %}
  • {% endif %}
{% else %}

{% trans 'Цены на площадь доступны по запросу' %}

{% endif %} {% trans 'Заявка на участие' %} {% if exposition.min_stand_size or exposition.registration_payment or exposition.application_deadline %}
{% if exposition.min_stand_size %}

{% trans 'Минимальный размер стенда' %} — {{ exposition.min_stand_size }}м²

{% endif %} {% if exposition.registration_payment %}

{% trans 'Регистрационный взнос' %} — {{ exposition.registration_payment }}{{ exposition.get_currency_html }}

{% endif %} {% if exposition.application_deadline %}

{% trans 'Крайний срок подачи заявки' %} — {{ exposition.application_deadline }}

{% endif %}
{% endif %}
{{ exposition.name|safe }}