{% 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 'Статистика' %}
{% with statistics=exposition.statistic.all %} {% for st in statistics %}
{{ st.visitors }}
{% trans 'посетителей' %}
{{ st.members }}
{% trans 'участников' %}
{% 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 }}