9 lines
316 B
Plaintext
9 lines
316 B
Plaintext
{% load mail_filters %}{% autoescape off %}To: Internet Engineering Steering Group <iesg@ietf.org>
|
|
From: IESG Secretary <iesg-secretary@ietf.org>
|
|
Reply-To: IESG Secretary <iesg-secretary@ietf.org>
|
|
Subject: Evaluation: {{doc.title}}
|
|
|
|
Evaluation for {{ doc.title }} can be found at <{{ doc_url }}>
|
|
|
|
{% endautoescape%}
|