forked from adamlaska/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequest_minutes.txt
More file actions
21 lines (14 loc) · 954 Bytes
/
request_minutes.txt
File metadata and controls
21 lines (14 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{% autoescape off %} Dear WG Chairs and BOF Chairs,
The secretariat is in the process of compiling the proceedings for {{meeting }}
and we are still missing meeting minutes from various sessions.
The cutoff for submissions is {{ meeting.get_submission_cut_off_date }}, and the correction submissions
cutoff is {{ meeting.get_submission_correction_date }}.
Please upload meeting minutes, as well as any presentations from your
sessions, at your earliest convenience using the Meeting Materials Manager
found here: {{ settings.IDTRACKER_BASE_URL }}{% url 'ietf.meeting.views.materials' num=meeting.number %}
Alternatively, you are welcome to send them to proceedings@ietf.org for
manual posting.
Groups that are missing minutes:{% for group in needs_minutes %}{% ifchanged group.parent %}
{{group.parent.name}}:{% endifchanged %}
{{ group.acronym | upper }}{% if group.state_id == 'bof' %} (BOF){% endif %}{% endfor %}
{% endautoescape %}