datatracker/ietf/templates/idrfc/last_call_announcement.txt
Robert Sparks 0e2dd258c7 Made several changes to correctly use the new (RFC6410) "Internet Standard" level
in email that gets sent at various stages in the handling of documents.

Fixes bug 821
 - Legacy-Id: 4288
2012-04-17 21:00:26 +00:00

36 lines
1.3 KiB
Plaintext

{% load ietf_filters %}{% load mail_filters %}{% autoescape off %}From: The IESG <iesg-secretary@ietf.org>
To: IETF-Announce <ietf-announce@ietf.org>{% if cc %}
CC: {{ cc }}{% endif %}
Reply-To: ietf@ietf.org
Subject: Last Call: {{ doc.file_tag }} ({{ doc.title|clean_whitespace }}) to {{ doc|std_level_prompt }}
{% filter wordwrap:73 %}
The IESG has received a request from {{ group }} to consider the following document{{ docs|pluralize }}:{% for d in docs %}
- '{{ d.filled_title }}'
{{ d.file_tag }} as {{ d|std_level_prompt }}{% endfor %}
The IESG plans to make a decision in the next few weeks, and solicits final comments on this action. Please send substantive comments to the ietf@ietf.org mailing lists by {{ expiration_date }}. Exceptionally, comments may be sent to iesg@ietf.org instead. In either case, please retain the beginning of the Subject line to allow automated sorting.{% endfilter %}
Abstract{{ docs|pluralize }}
{% for d in docs %}
{{ d.abstract}}
{% endfor %}
The file{{ urls|pluralize }} can be obtained via
{% for u in urls %}{{ u }}
{% endfor %}
IESG discussion can be tracked via
{{ doc_url }}
{% if ipr_links %}
The following IPR Declarations may be related to this I-D:
{% for link in ipr_links %} {{ link }}
{% endfor %}
{% else %}
No IPR declarations have been submitted directly on this I-D.
{% endif %}
{% endautoescape %}