{% load i18n %} {% load template_filters %} {% load pytils_dt %}

{% if meta.h1 %} {{ meta.h1 }} {% else %} {{ exposition.main_title|safe }} {% endif %}

{% with obj=exposition %} {% include 'client/includes/show_date_block.html' %} {% endwith %}
{% if exposition.place %} {% endif %}

{% with days=exposition.get_timetables_days %} {% if days %}

{% trans "Деловая программа" %}

{% for day in days %}
    {% with programs=exposition.business_program.all|timetable_by_day:day %} {% for pr in programs %}
  • {{ pr.begin|date:"G:i" }} – {{ pr.end|date:"G:i" }}
    {{ pr.name }}
    {{ pr.programe|safe }}{% trans "Организатор" %}: {{ pr.speaker }}
  • {% endfor %} {% endwith %}
{% endfor %}
{% endif %} {% endwith %} {% with event=exposition filter=filter %} {% include 'client/includes/event_steps.html' %} {% endwith %}
{{ exposition.name|safe }}