{% load ietf_filters static %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %}{% origin %} {% load bootstrap3 %} {% block title %}No title{% endblock %} {% comment %} {% endcomment %} {% if debug %} {% endif %} {% block pagehead %}{% endblock %} {% if server_mode and server_mode == "production" %} {% else %} {% endif %}
{% comment %} {% bootstrap_messages %} {% endcomment %} {% for message in messages %}
{{ message }}
{% endfor %} {% if request.COOKIES.left_menu == "on" and not hide_menu %} {# ugly hack for the more or less unported meeting agenda edit pages #}
{% else %}
{% endif %} {% block content %}{{ content|safe }}{% endblock %} {% block content_end %}{% endblock %} {% if request.COOKIES.left_menu == "on" and not hide_menu %}
{% else %}
{% endif %} {% block footer %}
{% endblock %}
{% include "debug.html" %} {% comment %} {% endcomment %} {% block js %}{% endblock %} {% if debug %} {% endif %}