41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
{% autoescape off %}To: Internet Engineering Steering Group <iesg@ietf.org>
|
||
From: IESG Secretary <iesg-secretary@ietf.org>
|
||
Reply-To: IESG Secretary <iesg-secretary@ietf.org>
|
||
Subject: Evaluation: {{ doc.file_tag }} to {{ status }}
|
||
|
||
{% filter wordwrap:73 %}Evaluation for {{ doc.file_tag }} can be found at {{ doc_url }}
|
||
|
||
{% if doc.lc_expiration_date %}Last call to expire on: {{ doc.lc_expiration_date }}
|
||
|
||
{% endif %}{% endfilter %}
|
||
Please return the full line with your position.
|
||
|
||
Yes No-Objection Discuss Abstain
|
||
{% for ad, fmt in active_ad_positions %}{{ fmt }}
|
||
{% endfor %}{% if inactive_ad_positions %}
|
||
|
||
{% for ad, fmt in inactive_ad_positions %}{{ fmt }}
|
||
{% endfor %}{% endif %}
|
||
|
||
"Yes" or "No-Objection" positions from 2/3 of non-recused ADs,
|
||
with no "Discuss" positions, are needed for approval.
|
||
|
||
DISCUSSES AND COMMENTS
|
||
======================
|
||
{% filter wordwrap:79 %}{% for ad, d, c in ad_feedback %}{{ ad }}:
|
||
|
||
{% if d %}Discuss [{{ d.date }}]:
|
||
{{ d.text }}
|
||
|
||
{% endif %}{% if c %}Comment [{{ c.date }}]:
|
||
{{ c.text }}
|
||
|
||
{% endif %}
|
||
{% endfor %}{% endfilter %}
|
||
---- following is a DRAFT of message to be sent AFTER approval ---
|
||
{{ doc.idinternal.ballot.approval_text }}{% if doc.idinternal.ballot.ballot_writeup %}
|
||
|
||
{{ doc.idinternal.ballot.ballot_writeup }}
|
||
{% endif %}
|
||
{% endautoescape%}
|