|
1 | | -{% autoescape off %}WG chair approval is needed for posting of {{ draft.filename }}-{{ draft.revision }}. |
| 1 | +{% autoescape off %} |
| 2 | +Hi, |
2 | 3 |
|
3 | | -Go to this URL to approve the draft (note: you need to login to be |
4 | | -able to approve): |
| 4 | +WG chair approval is needed for posting of {{ draft.filename }}-{{ draft.revision }}. |
5 | 5 |
|
6 | | -https://{{ domain }}/submit/status/{{ draft.submission_id }}/{{ draft.submission_hash }}/ |
| 6 | +To approve the draft, go to this URL (note: you need to login to be able to approve): |
| 7 | + https://{{ domain }}/submit/status/{{ draft.submission_id }}/{{ draft.submission_hash }}/ |
7 | 8 |
|
8 | | -File name: {{ draft.filename }} |
9 | | -Version: {{ draft.revision }} |
10 | | -Submission date: {{ draft.submission_date }} |
11 | | -WG: {{ draft.group_acronym|default:"Individual Submission" }} |
| 9 | + File name : {{ draft.filename }} |
| 10 | + Version : {{ draft.revision }} |
| 11 | + Submission date : {{ draft.submission_date }} |
| 12 | + WG : {{ draft.group_acronym|default:"Individual Submission" }} |
12 | 13 |
|
13 | | -Title: {{ draft.id_document_name }} |
14 | | -Document date: {{ draft.creation_date }} |
15 | | -Abstract: {{ draft.abstract }} |
16 | | -Pages: {{ draft.txt_page_count }} |
17 | | -File size: {{ draft.filesize|filesizeformat }} |
| 14 | + Title : {{ draft.id_document_name }} |
| 15 | + Document date : {{ draft.creation_date }} |
| 16 | + Pages : {{ draft.txt_page_count }} |
| 17 | + File size : {{ draft.filesize|filesizeformat }} |
18 | 18 |
|
19 | | -Submitter: {{ submitter.get_full_name }} <{{ submitter.email_address }}> |
| 19 | + Submitter : {{ submitter.get_full_name }} <{{ submitter.email_address }}> |
20 | 20 |
|
21 | | -Authors: |
22 | | -{% for author in authors %}{{ author.get_full_name }} <{{ author.email.1 }}> |
| 21 | + Abstract : {{ draft.abstract }} |
| 22 | + |
| 23 | + |
| 24 | + Authors: |
| 25 | +{% for author in authors %} {{ author.get_full_name }} <{{ author.email.1 }}> |
23 | 26 | {% endfor %} |
24 | 27 | {% endautoescape %} |
| 28 | + |
| 29 | + |
| 30 | +Best regards, |
| 31 | + |
| 32 | + The IETF Secretariat |
| 33 | + through the draft submission service |
0 commit comments