{% extends "umap/content.html" %} {% load i18n %} {% block maincontent %} {% include "umap/search_bar.html" %} {% if q %}
{% if maps %}

{% blocktranslate count counter=count %} {{ count }} map found: {% plural %} {{ count }} maps found: {% endblocktranslate %}

{% include "umap/map_list.html" with prefix="search_map" %} {% else %}

{% trans "No map found." %}

{% endif %}
{% endif %} {% endblock maincontent %}