<spanclass="visitors"title="{% trans 'Посетители' %}">{{ event.visitors }}</span>
<spanclass="visitors"title="{% trans 'Посетители' %}">{{ event.visitors }}</span>
@ -31,6 +32,7 @@
<spanclass="participants"title="{% trans 'Участники' %}">{{ event.members }}</span>
<spanclass="participants"title="{% trans 'Участники' %}">{{ event.members }}</span>
{% endif %}
{% endif %}
</div>
</div>
<divclass="i-discount">
<divclass="i-discount">
{% if event.discount %}
{% if event.discount %}
<aclass="discount-button"href="#">{% trans 'Скидка' %} -{{ event.discount }}%</a>
<aclass="discount-button"href="#">{% trans 'Скидка' %} -{{ event.discount }}%</a>
@ -38,6 +40,7 @@
{% endif %}
{% endif %}
</div>
</div>
</aside>
</aside>
<divclass="i-info">
<divclass="i-info">
<header>
<header>
<h1class="i-title">
<h1class="i-title">
@ -144,6 +147,12 @@
</div>
</div>
</div>
</div>
{% if object.paid_new_id and object.paid_new.public %}
<divclass="i-sub-articles">
<atarget="_blank"href="{{ event.paid_new.official.get_click_link }}"class="paid-partner-link">{% trans 'Официальный сайт конференции' %}</a>
</div>
{% endif %}
{% with object.audience.all as audiences %}
{% with object.audience.all as audiences %}
{% if audiences or object.min_price and object.max_price %}
{% if audiences or object.min_price and object.max_price %}
<divclass="conference_interested">
<divclass="conference_interested">
@ -164,12 +173,13 @@
{% endif %}
{% endif %}
</div>
</div>
</div>
</div>
<hr>
{% endif %}
{% endif %}
{% endwith %}
{% endwith %}
{# <p><ahref="#pw-event-news-subscribe"class="button pw-open"><iclass="fa fa-at"></i> {% trans 'Подписаться на новости' %}</a> <i>{% blocktrans with name=event.name|safe %}Получайте актуальную информацию о концеренции {{ name }} на свой email{% endblocktrans %}</i></p>#}
{# <p><ahref="#pw-event-news-subscribe"class="button pw-open"><iclass="fa fa-at"></i> {% trans 'Подписаться на новости' %}</a> <i>{% blocktrans with name=event.name|safe %}Получайте актуальную информацию о концеренции {{ name }} на свой email{% endblocktrans %}</i></p>#}
<hr>
{# {% include 'client/includes/conference/conference_services.html' with event=event %}#}
{# {% include 'client/includes/conference/conference_services.html' with event=event %}#}
{% include 'client/includes/event_steps.html' with event=event %}
{% include 'client/includes/event_steps.html' with event=event %}
@ -177,7 +187,15 @@
<hr>
<hr>
<divclass="i-event-description conference_about">
<divclass="i-event-description conference_about">
<h2class="ied-title">{% if event.event_type == 'expo' %}{% trans 'О выставке' %}{% else %}{% trans 'О конференции' %}{% endif %} {{ event.name|safe }}</h2>
<divclass="label">{% trans 'Задайте свой вопрос напрямую организатору' %}</div>
<aclass="step pw-open"href="#pw-organizer"target="_blank">{% trans 'Запрос организатору' %}</a>
</li>
</ul>
</div>
{% else %}
{# Непроплаченая конференция #}
<divclass="i-steps">
<divclass="i-steps">
<divclass="is-title">{% if event.catalog == '/expo/' %}{% trans 'Участвовать в выставке' %}{% else %}{% trans 'Посетить конференцию' %}{% endif %}</div>
<divclass="is-title">{% if event.catalog == '/expo/' %}{% trans 'Участвовать в выставке' %}{% else %}{% trans 'Посетить конференцию' %}{% endif %}</div>