{% load i18n %} {% load template_filters %} {% load pytils_dt %}
{{ exposition.main_title|safe }}
{% with obj=exposition %} {% include 'client/includes/show_date_block.html' %} {% endwith %}
{% if exposition.place %} {% endif %}

{% with days=exposition.get_timetables_days %} {% if days %}
Деловая программа
{% 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 }}Организатор: {{ pr.speaker }}
  • {% endfor %} {% endwith %}
{% endfor %}
{% endif %} {% endwith %} {% with event=exposition filter=filter %} {% include 'includes/event_steps.html' %} {% endwith %}
{{ exposition.name|safe }}