{% load static %} {% load i18n %} {% load thumbnail %} {% load template_filters %} {% block page_body %}

{% if event.main_title %} {{ event.name|safe }} - {{ event.main_title|lowfirst|safe }} {% else %} {{ event.name|safe }} {% endif %}

{% with obj=event %} {% include 'client/includes/show_date_block.html' %} {% endwith %} {% include "client/includes/sharing_block.html" %}
{% if event.place %} {% else %}
{{ event.country.name }}, {{ event.city.name }}{% if event.place_alt %} , {{ event.place_alt }}{% endif %}
{% endif %}
{% with event=event user=user %} {% include 'client/includes/visit_button.html' %} {% endwith %} {% include 'client/includes/calendar_button.html' with obj=object %} {% if request.user.is_admin %} {% trans 'изменить' %} {% endif %} {% if event.photogallery %} {% trans 'фото' %} {% endif %}

{% with tags=event.tag.all %} {% for tag in tags %} {{ tag.name }}{% if forloop.counter != tags|length %},{% endif %} {% endfor %} {% endwith %}
{% include 'client/includes/conference/conference_services.html' with event=event %} {% include 'includes/event_steps.html' with event=event %} {% if event.get_photos %} {% with photos=event.get_photos|slice:"5" %}
{% endwith %} {% endif %}

{% if event.event_type == 'expo' %}{% trans 'О выставке' %}{% else %}{% trans 'О конференции' %}{% endif %} {{ event.name|safe }}

{% if event.description %}
{{ event.description|safe }}
{% elif default_description %}
{{ default_description|safe }}
{% else %} {% include "client/includes/conference/default_description.html" with conf=event %} {% endif %}

{% trans 'Дополнительная информация' %}
{% if event.organiser.all|length > 0 %}
{% trans 'Организатор' %}:
{% with organisers=event.organiser.all %} {% for organiser in organisers %} {{ organiser.name }}
{% endfor %} {% endwith %}
{% else %} {% if event.org %} {% for item in event.org_split %}
{% if forloop.counter == 1 %}{% trans 'Организатор' %}:{% endif %}
{{ item }}
{% endfor %} {% endif %} {% endif %} {% if event.web_page %}
{% trans 'Веб-сайт' %}:
{{ event.web_page }}
{% endif %} {% if event.get_audience %}
{% trans 'Аудитория' %}:
{{ event.get_audience }}
{% endif %} {% if event.get_periodic %}
{% trans 'Периодичность' %}:
{{ event.get_periodic }}
{% endif %} {% if event.time %}
{% trans 'Время работы' %}:
{{ event.time|safe }}
{% endif %}

{% include 'client/includes/banners/detail_inner.html' %}
{% include "client/includes/article/articles_in_event.html" with event=event news_list=news %}
{% with companies=event.company.all|slice:":6" %} {% if companies %} {# есть участники #}
{% trans 'Спикеры' %}
{% trans 'Все спикеры' %}
{% else %} {# нет участников #}
{% trans 'Спикеры' %}

{% trans 'Разместите информацию о ключевых спикерах' %}

{% trans 'Рекламировать спикера' %}

{% endif %} {% endwith %}
{% with visitors=event.users.all|slice:":17" %}
{% trans 'Посетители' %}
{% trans 'Все посетители' %} {% endwith %}

{% trans 'Пока никто не отметился на событии.' %}

{% with event=event user=user %} {% include 'client/includes/visit_button.html' %} {% endwith %}

{% if event.members or event.visitors or event.foundation_year %}
{% if event.members %}
{{ event.members }} {% trans 'участников' %}
{% endif %} {% if event.visitors %}
{{ event.visitors }} {% trans 'посетителей' %}
{% endif %} {% if event.foundation_year %}
{% trans 'Основано в' %} {{ event.foundation_year }} {% trans 'году' %}
{% endif %}
{% endif %}
{% include 'client/includes/booking_block.html' with city=event.city place=event.place event=event %}
{% if event.get_nearest_events %}
{% trans 'Другие конференции, которые могут быть вам интересны' %}
{% endif %} {% include 'client/includes/banners/detail_inner_3.html' %}
{% trans 'Смотрите также:' %}
{% trans "Конференции" %} {% if request.LANGUAGE_CODE == 'ru' and event.city.inflect %}{{ event.city.inflect }}{% else %}{% trans 'in' %} {{ event.city.name }}{% endif %} {% trans "Конференции" %} {% if request.LANGUAGE_CODE == 'ru' and event.country.inflect %}{{ event.country.inflect }}{% else %}{% trans 'in' %} {{ event.country.name }}{% endif %} {% if event.theme.all %} {% trans "Конференции по тематике " %}«{{ event.theme.all.0.name|capfirst }}» {% if request.LANGUAGE_CODE == 'ru' and event.country.inflect %}{{ event.country.inflect }}{% else %}{% trans 'in' %} {{ event.country.name }}{% endif %} {% trans "Конференции по тематике " %}«{{ event.theme.all.0.name|capfirst }}» {% if request.LANGUAGE_CODE == 'ru' and event.city.inflect %}{{ event.city.inflect }}{% else %}{% trans 'in' %} {{ event.city.name }}{% endif %} {% endif %}
{% endblock %} {% block content_text %} {% endblock %} {% block popup %} {% include 'client/popups/advertise_member.html' with form=advertising_form %} {% endblock %} {% block scripts %} {% if request.GET.debug == '1' %} {% else %} {% endif %} {% endblock %}