16 lines
294 B
Plaintext
16 lines
294 B
Plaintext
{% autoescape off %}
|
|
Please DO NOT reply to this email.
|
|
|
|
The IESG is processing {{doc.name}}.
|
|
|
|
The following changes have been made:
|
|
|
|
{% for change in changes %}{{change}}
|
|
{% endfor %}
|
|
|
|
The document can be found here:
|
|
I-D: {{ doc.file_tag|safe }}
|
|
Datatracker URL: {{ url }}
|
|
|
|
{% endautoescape%}
|