{% if not is_popup %}

{{- title }}

{% block after_title %}{% endblock %}
{% if allow_add %} Создать {% endif %}
{% endif %}
{%- if live_search -%} {%- endif %}
{% if filter_form %}
Фильтры {{ filter_form.render() }}
{% endif %}
{% block stream_items %}{% endblock %}