{% extends "umap/content.html" %} {% load i18n %} {% block maincontent %} {% include "umap/search_bar.html" %} {% if q %}
{% if maps %} {% include "umap/map_list.html" with prefix='search_map' %} {% else %} {% trans "Not map found." %} {% endif %}
{% endif %} {% endblock maincontent %}