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

{{ introduction }}{% endif %}

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