{% if '127.0.0' not in request.url %} {% endif %} {% include "util/translations.html" %} {% if gis_data %} {% include "map.html" %} {% endif %} {{ session.language|get_js_messages|safe }} {{ g.settings.site_name }} {% if title %} - {{ title|uc_first }} {% elif entity %} - {{ entity.name }} {% endif %} {% block script %}{% endblock %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{{ ''|system_warnings|safe }} {% block content %}{% endblock %}