This uses doc.utils.needed_ballot_positions() to calculate what is needed. Fixes #924. Commit ready to merge. - Legacy-Id: 7386
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
{% load mail_filters %}{% 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 {{ doc|std_level_prompt }}
|
||
|
||
{% filter wordwrap:73 %}Evaluation for {{ doc.file_tag }} can be found at {{ doc_url }}
|
||
|
||
{% if last_call_expires %}Last call to expire on: {{ last_call_expires }}
|
||
|
||
{% endif %}{% endfilter %}
|
||
Please return the full line with your position.
|
||
|
||
Yes No-Objection Discuss Abstain
|
||
{% for fmt in active_ad_positions %}{{ fmt }}
|
||
{% endfor %}{% if inactive_ad_positions %}
|
||
|
||
{% for fmt in inactive_ad_positions %}{{ fmt }}
|
||
{% endfor %}{% endif %}
|
||
|
||
{% filter wordwrap:73 %}{{ needed_ballot_positions }}{% endfilter %}
|
||
|
||
DISCUSSES AND COMMENTS
|
||
======================
|
||
{% filter wordwrap:79 %}{% for pos in ad_feedback %}{{ pos.ad }}:
|
||
|
||
{% if pos.discuss %}Discuss [{{ pos.discuss_time|date:"Y-m-d" }}]:
|
||
{{ pos.discuss }}
|
||
|
||
{% endif %}{% if pos.comment %}Comment [{{ pos.comment_time|date:"Y-m-d" }}]:
|
||
{{ pos.comment }}
|
||
|
||
{% endif %}
|
||
{% endfor %}{% endfilter %}
|
||
---- following is a DRAFT of message to be sent AFTER approval ---
|
||
{{ approval_text }}{% if ballot_writeup %}
|
||
|
||
{{ ballot_writeup }}
|
||
{% endif %}
|
||
{% endautoescape%}
|