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

{% blocktrans %}Search for maps containing «{{ q }}» {% endblocktrans %}

{% if maps %} {% include "leaflet_storage/map_list.html" %} {% else %}
{% trans "Not map found." %}
{% endif %}
{% endif %} {% endblock content %}