{% load ietf_filters %}{% load mail_filters %}{% autoescape off %}From: The IESG <iesg-secretary@ietf.org>
To: {{ to }}{% if cc %} 
Cc: {{ cc }}{% endif %}
Subject: {{action}}: {{relateddoc.target.document.title}} to {{newstatus}} 

{% filter wordwrap:78 %}The IESG has approved changing the status of the following document:
- {{relateddoc.target.document.title }}
  ({{relateddoc.target.document.canonical_name }}) to {{ newstatus }}

This {{action|lower}} is documented at:
{{status_change_url}}

A URL of the affected document is:
{{relateddoc_url}}

Status Change Details:

{{ approved_text }}

Personnel 

   {{status_change.ad.plain_name}} is the responsible Area Director.

{% endfilter %}
{% endautoescape %}
