{% extends "umap/content.html" %} {% load leaflet_storage_tags i18n %} {% block content %} {% include "umap/search_bar.html" %} {% if DEMO_SITE %}
{% blocktrans with repo_url="https://github.com/umap-project/umap" stable_url="http://umap.openstreetmap.fr" %}This is a demo instance, used for tests and pre-rolling releases. If you need a stable instance, please use {{ stable_url }}. You can also host your own instance, it's open source!{% endblocktrans %}
{% endif %} {% include "umap/about_summary.html" %} {% if showcase_map %}

{% blocktrans %}Map of the uMaps{% endblocktrans %}

{% map_fragment showcase_map zoomControl=1 %}
{% endif %}

{% blocktrans %}Get inspired, browse maps{% endblocktrans %}

{% include "leaflet_storage/map_list.html" %}
{% endblock content %}