{% extends 'base_catalog.html' %} {% load static %} {% load i18n %} {% block title %} {{ exposition.title }} {% endblock %} {% block keywords %} {{ exposition.keywords }} {% endblock %} {% block descriptions %} {{ exposition.descriptions }} {% endblock %} {% block content_bread_scrumbs %} {% endblock %} {% block page_title %} {% endblock %} {% block page_filter %} {% endblock %} {% block page_body %}
{{ exposition.main_title|safe }}
{% with obj=exposition %} {% include 'client/includes/show_date_block.html' %} {% endwith %}


{% for tag in exposition.tag.all %} {{ tag }}, {% endfor %}
{% trans 'Посетить выставку' %}
{% if exposition.get_photos %}
{% endif %}
{{ exposition.main_title|safe }}
{{ exposition.description|safe }}

{% trans 'Дополнительная информация' %}
{% trans 'Организатор' %}:
{% for organiser in exposition.organiser.all %} {{ organiser.name }}
{{ organiser.web_page }}
{{ organiser.email }} {% endfor %}
{% trans 'Веб-сайт' %}:
{{ exposition.web_page }}
{% if exposition.get_audience %}
{% trans 'Аудитория' %}:
{{ exposition.get_audience }}
{% endif %}
{% trans 'Периодичность' %}:
{{ exposition.get_periodic }}
{% trans 'Экспонируемые продукты' %}:
{{ exposition.products|safe }}
{% if exposition.company.all %}
{% trans 'Участники' %}
{% trans 'Все участники' %}
{% trans 'Посетители' %}
    {% for user in exposition.users.all|slice:":17" %}
  • {{ user }}
  • {% endfor %}
{% trans 'Все посетители' %}
{% endif %} {% if exposition.place %}
{% if exposition.place %}
{% trans 'Общая выставочная площадь' %}
{% if exposition.place.total_area %} {{ exposition.place.total_area }} {% trans 'м²' %} {% endif %}
{% endif %}
300 {% trans 'учасников' %}
200 000 {% trans 'посетителей' %}
{% if exposition.foundation_year %}
{% trans 'Основано в' %} {{ exposition.foundation_year }} {% trans 'году' %}
{% endif %}
{% endif %}
{% trans 'Все отели поблизости' %}

{% trans 'Ближайшие выставки по тематике' %} «{{ exposition.theme.all.0 }}»
{% endblock %}