9 lines
912 B
Plaintext
9 lines
912 B
Plaintext
{% load ietf_filters %}{% autoescape off %}From: The IESG <iesg-secretary@ietf.org>
|
|
To: IETF-Announce <ietf-announce@ietf.org>{% if group.list_email %}
|
|
Cc: {{ group.acronym }} {{ group.type.name }} <{{ group.list_email }}> {% endif %}
|
|
Subject: WG Review: {{ group.name }} ({{ group.acronym }})
|
|
|
|
{% filter wordwrap:73 %}{% if review_type == "new" %}A new IETF working group has been proposed in the {{ group.parent.name }}.{% endif %}{% if review_type == "recharter" %}The {{ group.name }} ({{group.acronym}}) working group in the {{ group.parent.name }} of the IETF is undergoing rechartering.{% endif %} The IESG has not made any determination yet. The following draft charter was submitted, and is provided for informational purposes only. Please send your comments to the IESG mailing list (iesg at ietf.org) by {{ review_date }}.
|
|
|
|
{% include "doc/charter/group_info.txt" %}{% endfilter %}{% endautoescape %}
|