{% for geoname in geonames %}
{{geoname.title_highlighted|raw}}, {{geoname.country_highlighted|raw}}
{% if geoname.region %}
{{geoname.region}}
{% endif %}
{% endfor %} {% if geonames|length == 0 %}
{{ 'No matches found' | trans }}
{% endif %}