{% load ietf_filters staticfiles %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %}{% origin %} {% block title %}No title{% endblock %} {% comment %} {% endcomment %} {% block pagehead %}{% endblock %} {% if server_mode and server_mode == "production" %} {% else %} {% endif %} {% with debug_server_mode="production" %} {% endwith %}
{% if messages %}
{% for message in messages %}

{{ message }}

{% endfor %}
{% endif %} {% if request.COOKIES.left_menu != "off" and not hide_menu %} {# ugly hack for the more or less unported meeting agenda edit pages #}
{% endif %} {% block content %}{% endblock %} {% block content_end %}{% endblock %} {% if request.COOKIES.left_menu != "off" and not hide_menu %}
{% endif %}
{% include "debug.html" %}
{% comment %} {% endcomment %} {% block js %}{% endblock %}