You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% load ietf_filters %}{% load mail_filters %}{% autoescape off %}
2
+
{% filter wordwrap:78 %}{{ review.title }} has been approved and the result is ready to announce.
3
+
4
+
{% if ok_to_publish %}
5
+
The IESG has no problem with the publication of '{{ conflictdoc.title }}' {{ conflictdoc.file_tag|safe }} as {{ conflictdoc|std_level_prompt_with_article }}.
6
+
{% else %}
7
+
The IESG recommends that '{{ conflictdoc.title }}' {{ conflictdoc.file_tag|safe }} NOT be published as {{ conflictdoc|std_level_prompt_with_article }}.
{% load ietf_filters %}{% load mail_filters %}{% autoescape off %}
2
+
{% filter wordwrap:78 %}The AD has approved changing the status of the following {% if related_doc_info|length == 1 %}document{% else %}documents{% endif %}:
3
+
{% for relateddoc in related_doc_info %}- {{relateddoc.title }}
4
+
({{relateddoc.canonical_name }}) to {{ relateddoc.newstatus }}
0 commit comments