9 lines
818 B
Plaintext
9 lines
818 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 Action: {{ action_type }} {{ group.name }} ({{ group.acronym }})
|
|
|
|
{% filter wordwrap:73 %}{% if action_type == "Formed" %}A new IETF working group has been formed in the {{ group.parent.name }}.{% endif %}{% if action_type == "Rechartered" %}The {{ group.name }} ({{ group.acronym }}) working group in the {{ group.parent.name }} of the IETF has been rechartered.{% endif %} For additional information please contact the Area Directors or the {{ group.type.name }} Chair{{ chairs|pluralize}}.
|
|
|
|
{% include "doc/charter/group_info.txt" %}{% endfilter %}{% endautoescape %}
|