{% extends "umap/content.html" %} {% load i18n %} {% block content %} {% include "umap/search_bar.html" %} {% if q %}
{% if maps %} {% include "leaflet_storage/map_list.html" %} {% else %} {% trans "Not map found." %} {% endif %}
{% endif %} {% endblock content %}