47 lines
1.3 KiB
Plaintext
47 lines
1.3 KiB
Plaintext
{% autoescape off %}
|
|
Hi,
|
|
|
|
Manual posting has been requested for the following Internet-Draft.
|
|
|
|
{% if errors %}The problems found during automated submission were: {% for err in errors.values %}
|
|
- {{ err }}{% endfor %}
|
|
|
|
If the authors claim that this is incorrect, then please look at the actual
|
|
draft and verify that it does not have the problems indicated.
|
|
{% endif %}
|
|
Full idnits results are available at the end of this message.
|
|
|
|
I-D Submission Tool URL:
|
|
{{ url }}
|
|
|
|
File name : {{ submission.name }}
|
|
Revision : {{ submission.rev }}
|
|
Submission date : {{ submission.submission_date }}
|
|
Group : {{ submission.group|default:"Individual Submission" }} {% if errors.group %}*Please note: {{ errors.group }}*{% endif %}
|
|
|
|
Title : {{ submission.title }}
|
|
Document date : {{ submission.document_date }}
|
|
Pages : {{ submission.pages }}
|
|
File size : {{ submission.file_size|filesizeformat }}
|
|
|
|
Submitter : {{ submission.submitter }}
|
|
|
|
Abstract :
|
|
{{ submission.abstract }}
|
|
|
|
|
|
Authors:
|
|
{% for author in submission.authors %} {{ author.name }}{% if author.email %} <{{ author.email }}>{% endif%}
|
|
{% endfor %}
|
|
|
|
Comment to the secretariat:
|
|
|
|
{{ submission.note }}
|
|
|
|
|
|
Idnits result:
|
|
|
|
{{ idnits }}
|
|
|
|
{% endautoescape %}
|