{% if not result -%}
{{ no_result_message or _("Nothing to show") }}
{% else %}
{% if introduction %}

{{ introduction }}{% endif %} {% if result_heading_template %}{% include result_heading_template %}{% endif %}

{% for item in result %} {{ item }} {% endfor %}
{%- endif %}