{% extends 'base_catalog.html' %} {% load i18n %} {% load static %} {% block bread_scrumbs %} {% endblock %} {% block page_title %}

{% trans 'Моя лента событий' %}

{% endblock %} {% block page_body %}
Фильтрация ленты

Тематические фильтры не выбраны: (Изменить):

~~text~~
x

Географические фильтры не выбраны: (Изменить):

~~text~~
x
{% csrf_token %}
{% if search_form.th %} {% include 'client/popups/theme.html' with search_form=search_form filter="filter-" formId="filter-pwSubj" selectedItemTemplate="filter-subj-selected" autoCompleteId="filter-subj-complete-block" filterInputId="filter-subj-fliter-input" selectedItemsContainer="filter-csb-subj-selected-items" subjectTriggerWrapId="filter-subj-checks" exhibitionCheck="filter-exhibition-check" conferenceCheck="filter-conference-check" prefix="f-s-" submitText="Применить" %} {% endif %} {% if search_form.area %} {% include 'client/popups/place.html' with search_form=search_form filter="filter-" formId="filter-pwPlace" selectedItemTemplate="filter-csb-selected" autoCompleteId="filter-place-complete-block" filterInputId="filter-place-filter-input" selectedItemsContainer="filter-csb-selected-items" prefix="f-p-" submitText="Применить" %} {% endif %}

*{% trans ' Вы можете настроить ленту событий, один раз выбрав интересные темы и географию с помощью кнопки «Фильтрация ленты».' %}

{% include 'includes/exposition/exposition_list.html' with object_list=object_list %} {% include 'includes/catalog_paginator.html' with page_obj=page_obj %}
{% endblock %}