{% 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.document.canonical_name}}: {{ref.target.document.title}} ({{ref.target.document.std_level}} - {{ref.target.document.stream.desc}})
{% endfor %}{%endif%}

{% endautoescape %}
