{% if sub_title %}

{{ sub_title }}

{% endif %} {% if (not hide_filters) and (result or txt) %} {% include "templates/includes/list/filters.html" %} {% endif %} {% if not result %}
{{ no_result_message or _("Nothing to show") }}
{% else %}
{% if result_heading_template %}{% include result_heading_template %}{% endif %}
{% for item in result %} {{ item }} {% endfor %}
{%- endif %}