Skip to content

Commit a4ef82a

Browse files
committed
IRTF RGs do not have a review period, the email is generated as a courtesy to
the IAB and IESG. Commit ready for merge. - Legacy-Id: 10828
1 parent 8b87125 commit a4ef82a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{% autoescape off %}{% filter wordwrap:73 %}
22

33
{% if review_type == "new" %}A new {% if charter.group.type_id == "rg" %}IRTF{% else %}IETF{% endif %} {{ charter.group.type.name }} is being considered in the {% if charter.group.type_id == "rg" %}IRTF{% else %}IETF{% endif %}.{% elif review_type == "recharter" %}A new charter for the {{ charter.group.name }} ({{charter.group.acronym}}) {{ charter.group.type.name }} {% if charter.group.type_id == "rg" %}IRTF{% else %}in the {{ charter.group.parent }} of the IETF{% endif %} is being considered. {% endif %} The draft charter for this {{ charter.group.type.name }} is provided below for your review and comment.
4-
4+
{% if charter.group.type_id != "rg" %}
55
Review time is one week.
6-
6+
{% endif %}
77
The IETF Secretariat
88

99
{% include "doc/charter/group_info.txt" with group=charter.group%}{% endfilter %}{% endautoescape %}

0 commit comments

Comments
 (0)