{% extends 'base_catalog.html' %} {% load static %} {% load i18n %} {% load pytils_dt %} {% load template_filters %} {% block content_list %} {% block content_text %} {% block page_body %}
{{ object_list.0.main_title|safe }}
{% with obj=object_list.0 %} {% include 'client/includes/show_date_block.html' %} {% endwith %}
{% if object_list.0.place %} {% endif %}

Деловая программа
{% for day in object_list.0.get_timetables_days %}
    {% for pr in object_list.0.business_program.all|timetable_by_day:day %}
  • {{ pr.begin|date:"G:i" }} – {{ pr.end|date:"G:i" }}
    {{ pr.name }}
    {{ pr.programe|safe }}Организатор: {{ pr.speaker }}
  • {% endfor %}
{% endfor %}
{% with event=exposition filter=filter %} {% include 'includes/event_steps.html' %} {% endwith %}
{{ object_list.0 }}
{% endblock %} {% endblock %} {% endblock %}