* Required Field
{% csrf_token %} {% if form.non_field_errors %}{{ form.non_field_errors }}{% endif %} {% if group.type.slug == "wg" %} {% endif %}
Working Group Name:{{ group.name }} ({{ group.acronym }})
Area Name:{% if group.parent %}{{ group.parent.name }} ({{ group.parent.acronym }}){% endif %}
Number of Sessions:*{{ form.num_session.errors }}{{ form.num_session }}
Length of Session 1:*{{ form.length_session1.errors }}{{ form.length_session1 }}
Length of Session 2:*{{ form.length_session2.errors }}{{ form.length_session2 }}
Additional Session Request:{{ form.third_session }} Check this box to request an additional session.
Additional slot may be available after agenda scheduling has closed and with the approval of an Area Director.
Length of Third Session: {{ form.length_session3.errors }}{{ form.length_session3 }}
Number of Attendees:*{{ form.attendees.errors }}{{ form.attendees }}
People who must be present:{{ form.bethere.errors }}{{ form.bethere }}
Conflicts to Avoid:
Other WGs that included {{ group.name }} in their conflict lists: {{ session_conflicts }}
WG Sessions:
You may select multiple WGs within each priority
Chair Conflict: {{ form.wg_selector1 }} {% comment %}
{% endcomment %}
{{ form.conflict1.errors }}{{ form.conflict1 }}
Technology Overlap: {{ form.wg_selector2 }} {% comment %}
{% endcomment %}
{{ form.conflict2.errors }}{{ form.conflict2 }}
Key Participant Conflict: {{ form.wg_selector3 }} {% comment %}
{% endcomment %}
{{ form.conflict3.errors }}{{ form.conflict3 }}
BOF or IRTF Sessions: Please enter free form requests in the Special Requests field below.
Resources requested: {{ form.resources.errors }} {{ form.resources }}
Special Requests:
 
i.e. restrictions on meeting times / days, etc.
(limit 200 characters)
{{ form.comments.errors }}{{ form.comments }}