datatracker/ietf/templates/submit/approval_request.txt
Jennifer Richards da0a217a8c
feat: use surname/initials for author name (#7510)
* feat: use surname/initials for author name

* test: test new method

* fix: handle case where author name is empty
2024-06-06 13:10:24 -05:00

36 lines
1.4 KiB
Plaintext

{% autoescape off %}
Hi,
{% if approval_type|lower == 'ad' %}Area Director{% else %}Chair{% endif %} approval is needed for posting of {{ submission.name }}-{{ submission.rev }}.
{% if not submission.group.is_active %}
Note: This submission belongs to an inactive working group.
{% endif %}
To approve the Internet-Draft, go to this URL (note: you need to login to be able to approve):
https://{{ domain }}{% url "ietf.submit.views.submission_status" submission_id=submission.pk access_token=submission.access_token %}
File name : {{ submission.name }}
Revision : {{ submission.rev }}
Submission date : {{ submission.submission_date }}
Group : {{ submission.group|default:"Individual Submission" }}{% if submission.group and not submission.group.is_active %} (inactive 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 %}
{% endautoescape %}
Best regards,
The IETF Secretariat
through the Internet-Draft submission service