* Required Field
{% csrf_token %} {{ form.session_forms.management_form }} {% if form.non_field_errors %} {{ form.non_field_errors }} {% endif %} {% if group.features.acts_like_wg %} {% if not is_virtual %} {% endif %} {% else %}{# else not group.features.acts_like_wg #} {% for session_form in form.session_forms %} {% endfor %} {% endif %} {% if not is_virtual %} {% 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 }}
Session 1:*{% include 'meeting/session_details_form.html' with form=form.session_forms.0 only %}
Session 2:*{% include 'meeting/session_details_form.html' with form=form.session_forms.1 only %}
Time between two sessions:{{ form.session_time_relation.errors }}{{ form.session_time_relation }}
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.
Third Session: {% include 'meeting/session_details_form.html' with form=form.session_forms.2 only %}
Session {{ forloop.counter }}:*{% include 'meeting/session_details_form.html' with form=session_form only %}
Number of Attendees:{% if not is_virtual %}*{% endif %}{{ form.attendees.errors }}{{ form.attendees }}
People who must be present:{{ form.bethere.errors }}{{ form.bethere }}
Conflicts to Avoid: {% for cname, cfield, cselector in form.wg_constraint_fields %} {% if forloop.first %}{% endif %} {% empty %}{# shown if there are no constraint fields #} {% endfor %} {% if form.inactive_wg_constraints %} {% for cname, value, field in form.inactive_wg_constraints %} {% if forloop.first %} {% endif %} {% endfor %} {% endif %}
Other WGs that included {{ group.name }} in their conflict lists: {{ session_conflicts.inbound|default:"None" }}
WG Sessions:
You may select multiple WGs within each category
{{ cname|title }} {{ cselector }}
{{ cfield.errors }}{{ cfield }}
No constraints are enabled for this meeting.
Disabled for this meeting {{ cname|title }}
{{ field }} {{ field.label }}
BOF Sessions: If the sessions can not be found in the fields above, please enter free form requests in the Special Requests field below.
Resources requested: {{ form.resources.errors }} {{ form.resources }}
Times during which this WG can not meet: {{ form.timeranges.errors }}{{ form.timeranges }}
Plan session adjacent with another WG:
(Immediately before or after another WG, no break in between, in the same room.)
{{ form.adjacent_with_wg.errors }}{{ form.adjacent_with_wg }}
Joint session with:
(To request one session for multiple WGs together.)
{{ form.joint_with_groups_selector }}
{{ form.joint_with_groups.errors }}{{ form.joint_with_groups }}
Of the sessions requested by this WG, the joint session, if applicable, is: {{ form.joint_for_session.errors }}{{ form.joint_for_session }}
Special Requests:
 
i.e. restrictions on meeting times / days, etc.
(limit 200 characters)
{{ form.comments.errors }}{{ form.comments }}