{% load i18n %} {% load template_filters %} {% ifequal LANGUAGE_CODE 'ru' %} {% load pymorphy_tags %} {% endifequal %}

{% if meta.h1 %} {{ meta.h1 }} {% elif 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 'Статистика' %}

{% with statistics=exposition.statistic.all %} {% for st in statistics %}
{{ st.visitors }}
{% ifequal LANGUAGE_CODE 'ru' %} {{ "посетитель"|plural:st.visitors }} {% else %} {% trans 'посетителей' %} {% endifequal %}
{{ st.members }}
{% ifequal LANGUAGE_CODE 'ru' %} {{ "участник"|plural:st.members }} {% else %} {% trans 'участников' %} {% endifequal %}
{% if st.area %}
{% trans 'Общая выставочная площадь' %}
{{ st.area }} {% trans 'м' %}2
{% endif %}
{{ exposition.foundation_year }} год основания
{% if st.countries_number or st.countries %}
{% trans 'Страны' %}
{% if st.countries_number %}
  • {{ st.countries_number }} {% trans 'стран-участниц' %}
{% else %} {% with html=st.countries|generate_countries_list %} {{ html|safe }} {% endwith %} {% endif %}
{% endif %}
{% endfor %} {% endwith %}
{% with event=exposition %} {% include 'includes/event_steps.html' %} {% endwith %}
{{ exposition.name|safe }}