{% if sub_title %}

{{ sub_title }}

{% 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 %}