{% extends "base.html" %} {% load umap_tags i18n %} {% block body_class %} content {% endblock body_class %} {% block extra_head %} {% umap_css %} {% umap_js %} {% endblock extra_head %} {% block header %}
{% include "umap/navigation.html" with title=SITE_NAME %}
{% include "umap/messages.html" with title=SITE_NAME %} {% endblock header %} {% block content %} {% if UMAP_READONLY %}

{% blocktrans %}This instance of uMap is currently in read only mode, no creation/edit is allowed.{% endblocktrans %}

{% endif %} {% if UMAP_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 %} {% block maincontent %} {% endblock maincontent %} {% endblock content %} {% block bottom_js %} {{ block.super }} {% endblock bottom_js %} {% block footer %} {{ block.super }} {% include "umap/content_footer.html" %} {% endblock footer %}