datatracker/ietf/templates/submit/manual_post_request.txt
Lars Eggert f8b48f4c43
fix: use Internet-Draft more consistently across the UI (#5104)
* s/Internet Draft/Internet-Draft/i

* s/draft/Internet-Draft/i or s/draft/I-D/i

* s/ID/I-D/

* Fix tests

* a -> an

* Undo case-change to ASCII

* Address code review comments

* Add migrations

* Add merged migration

* fix: straighten out migrations

* fix: finish straightening out migrations

---------

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-02-11 10:09:28 -06:00

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
Internet-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 %}