{% if not result -%}
{{ no_result_message or _("Nothing to show") }}
{% else %}
{% for item in result %} {{ item }} {% endfor %}
{%- endif %}