{% extends 'base_catalog.html' %} {% load static %} {% load i18n %} {% block title %} {{ conference.title }} {% endblock %} {% block keywords %} {{ conference.keywords }} {% endblock %} {% block descriptions %} {{ conference.descriptions }} {% endblock %} {% block content_bread_scrumbs %} {% endblock %} {% block page_title %} {% endblock %} {% block page_filter %} {% endblock %} {% block page_body %}
{{ conference.main_title|safe }}
{% trans 'с' %}{{ conference.data_begin }} {% trans 'по' %} {{ conference.data_end }}


{% for tag in conference.tag.all %} {{ tag }}, {% endfor %}
{% trans 'Посетить конференцию' %}
{% if conference.get_photos %}
{% endif %}
{{ conference.main_title|safe }}
{{ conference.description|safe }}

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

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