{% extends "base_site.html" %} {% load staticfiles %} {% block title %}Sessions - Confirm{% endblock %} {% block extrastyle %} {% endblock %} {% block extrahead %}{{ block.super }} {{ form.media }} {% endblock %} {% block breadcrumbs %}{{ block.super }} » Sessions » New » Session Request Confirmation {% endblock %} {% block content %}

Sessions - Confirm

{% include "includes/sessions_request_view.html" %} {% if group.features.acts_like_wg and form.session_forms.forms_to_keep|length > 2 %}

Note: Your request for a third session must be approved by an area director before being submitted to agenda@ietf.org. Click "Submit" below to email an approval request to the area directors.


{% endif %}
{% csrf_token %} {{ form }} {{ form.session_forms.management_form }} {% for sf in form.session_forms %}{% include 'meeting/session_details_form.html' with form=sf hidden=True only %}{% endfor %} {% include "includes/buttons_submit_cancel.html" %}
{% endblock %}