40 lines
1.6 KiB
Plaintext
40 lines
1.6 KiB
Plaintext
{% load ietf_filters %}{% load mail_filters %}{% autoescape off %}From: The IESG <iesg-secretary@ietf.org>
|
|
To: {{ to }}{% if cc %}
|
|
CC: {{ cc }}{% endif %}
|
|
Reply-To: last-call@ietf.org
|
|
Sender: <iesg-secretary@ietf.org>
|
|
Subject: Last Call: {{ doc.file_tag }} ({{ doc.title|clean_whitespace }}) to {{ doc|std_level_prompt }}
|
|
|
|
{% filter wordwrap:78 %}
|
|
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 last-call@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 %}
|
|
|
|
{% 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 %}
|
|
{% if downrefs %}
|
|
The document contains these normative downward references.
|
|
See RFC 3967 for additional information:
|
|
{% for ref in downrefs %} {{ref.target.name}}: {{ref.target.title}} ({{ref.target.std_level}} - {{ref.target.stream.desc}})
|
|
{% endfor %}{%endif%}
|
|
|
|
{% endautoescape %}
|