{% 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'] }} {% block title_name %}{% endblock %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}
{% if session['settings']['debug_mode'] and 'admin'|is_authorized %}

Debug

{{ debug_model|display_debug_info(form)|safe }}
{% endif %}