{% if '127.0.0' not in request.url %} {% endif %} {% if gis_data %} {% include "map.html" %} {% endif %} {% set js_translation_file = '/static/js/messages_' + session.language + '.js' %} {% if js_translation_file|test_file %} {% endif %} {{ session.settings.site_name }} {% if title %} - {{ title|uc_first }} {% elif entity %} - {{ entity.name }} {% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}