* feat: use surname/initials for author name * test: test new method * fix: handle case where author name is empty
49 lines
1.4 KiB
Plaintext
49 lines
1.4 KiB
Plaintext
{% autoescape off %}
|
|
Hi,
|
|
|
|
Manual posting has been requested for the following Internet-Draft.
|
|
The IETF Secretariat will handle this request; no further action is
|
|
required at this time.
|
|
|
|
{% 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 %} {% if author.name or author.affiliation %}{% firstof author.name author.affiliation %} {% endif %}{% if author.email %}<{{ author.email }}>{% endif %}
|
|
{% endfor %}
|
|
|
|
Comment to the secretariat:
|
|
|
|
{{ submission.note }}
|
|
|
|
|
|
Idnits result:
|
|
|
|
{{ idnits }}
|
|
|
|
{% endautoescape %}
|