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 }} |
{% if group.features.acts_like_wg %}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 %} |
{% if not is_virtual %}
Time between two sessions: | {{ form.session_time_relation.errors }}{{ form.session_time_relation }} |
{% endif %}
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 %}
|
{% else %}{# else not group.features.acts_like_wg #}
{% for session_form in form.session_forms %}
Session {{ forloop.counter }}:* | {% include 'meeting/session_details_form.html' with form=session_form only %} |
{% endfor %}
{% endif %}
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: |
|
{% if not is_virtual %}
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 }} |
{% endif %}
Special Requests: i.e. restrictions on meeting times / days, etc. (limit 200 characters) |
{{ form.comments.errors }}{{ form.comments }} |