{% block content %}{% endblock %}
{% if session['settings']['debug_mode'] and 'admin'|is_authorized %}
Debug
{{ debug_model|display_debug_info(form)|safe }}{% 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 %}
Debug
{{ debug_model|display_debug_info(form)|safe }}