25 lines
837 B
Plaintext
25 lines
837 B
Plaintext
{% autoescape off %}WG chair approval is needed for posting of {{ draft.filename }}-{{ draft.revision }}.
|
|
|
|
Go to this URL to approve the draft (note: you need to login to be
|
|
able to approve):
|
|
|
|
https://{{ domain }}/submit/status/{{ draft.submission_id }}/{{ draft.submission_hash }}/
|
|
|
|
File name: {{ draft.filename }}
|
|
Version: {{ draft.revision }}
|
|
Submission date: {{ draft.submission_date }}
|
|
WG: {{ draft.group_acronym|default:"Individual Submission" }}
|
|
|
|
Title: {{ draft.id_document_name }}
|
|
Document date: {{ draft.creation_date }}
|
|
Abstract: {{ draft.abstract }}
|
|
Pages: {{ draft.txt_page_count }}
|
|
File size: {{ draft.filesize|filesizeformat }}
|
|
|
|
Submitter: {{ submitter.get_full_name }} <{{ submitter.email_address }}>
|
|
|
|
Authors:
|
|
{% for author in authors %}{{ author.get_full_name }} <{{ author.email.1 }}>
|
|
{% endfor %}
|
|
{% endautoescape %}
|