{% from "macros/filter_form.html" import sidefilter %}
{% if not is_popup %}
{{- title }}
{% block after_title %}{% endblock %}
{% if allow_add %}
Создать
{% endif %}
{%- for action in stream.actions %}
{%- if action.display and not action.for_item and action.action %}
{{- action.title -}}
{%- endif %}
{%- endfor %}