1- To: Internet Engineering Steering Group <iesg@ietf.org>
1+ {% autoescape off %} To: Internet Engineering Steering Group <iesg@ietf.org>
22From: IESG Secretary <iesg-secretary@ietf.org>
33Reply-To: IESG Secretary <iesg-secretary@ietf.org>
4- Subject: Evaluation: {{ doc.file_tag|safe }} to {{ status }}
4+ Subject: Evaluation: {{ doc.file_tag }} to {{ status }}
55
6- {% filter wordwrap:73 %}Evaluation for {{ doc.file_tag|safe }} can be found at {{ doc_url }}
6+ {% filter wordwrap:73 %}Evaluation for {{ doc.file_tag }} can be found at {{ doc_url }}
77
88{% if doc.lc_expiration_date %}Last call to expire on: {{ doc.lc_expiration_date }}
99
1010{% endif %}{% endfilter %}
1111 Please return the full line with your position.
1212
1313 Yes No-Objection Discuss Abstain
14- {% for ad, fmt in active_ad_positions %}{{ fmt|safe }}
14+ {% for ad, fmt in active_ad_positions %}{{ fmt }}
1515{% endfor %}{% if inactive_ad_positions %}
1616
17- {% for ad, fmt in inactive_ad_positions %}{{ fmt|safe }}
17+ {% for ad, fmt in inactive_ad_positions %}{{ fmt }}
1818{% endfor %}{% endif %}
1919
2020"Yes" or "No-Objection" positions from 2/3 of non-recused ADs,
@@ -33,7 +33,8 @@ DISCUSSES AND COMMENTS
3333{% endif %}
3434{% endfor %}{% endfilter %}
3535---- following is a DRAFT of message to be sent AFTER approval ---
36- {{ doc.idinternal.ballot.approval_text|safe }}{% if doc.idinternal.ballot.ballot_writeup %}
36+ {{ doc.idinternal.ballot.approval_text }}{% if doc.idinternal.ballot.ballot_writeup %}
3737
38- {{ doc.idinternal.ballot.ballot_writeup|safe }}
38+ {{ doc.idinternal.ballot.ballot_writeup }}
3939{% endif %}
40+ {% endautoescape%}
0 commit comments