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

{% blocktranslate trimmed 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 %} {% else %}

{% trans "Latest created maps" %}

{% include "umap/map_list.html" with prefix="search_map" %} {% endif %}
{% endblock maincontent %}