{% load i18n %}
{% 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 exposition.place %}
{% trans 'Общая выставочная площадь' %}
{{ st.area }} {% trans 'м' %}2
{% endif %}
{{ exposition.foundation_year }} год основания
{% endfor %} {% endwith %}
{% with event=exposition %} {% include 'includes/event_steps.html' %} {% endwith %}
{{ exposition.name|safe }}