{% extends "submit/submit_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters submit_tags %} {% load future %} {% block title %}Submission status of {{ submission.name }}-{{ submission.rev }}{% endblock %} {% block pagehead %} {{ block.super }} {% endblock %} {% block submit_content %} {% origin %} {% if submission.state_id != "uploaded" %}
{{ message.1 }}
{% endif %} {% if submission.state_id == "aut-appr" and submission.submitter_parsed.email not in confirmation_list|join:", " %}Please note that since the database does not have your email address in the list of authors of previous revisions of the document, you are not receiving a confirmation email yourself; one of the addressees above will have to send a confirmation in order to complete the submission. This is done to avoid document hijacking. If none of the known previous authors will be able to confirm the submission, please contact the Secretariat for action.
{% endif %} {% if submitter_form.errors or replaces_form.errors %}Please fix errors in the form below.
{% endif %}{% if passes_idnits %} Your draft has been verified to meet I-D nits requirements. {% else %} Your draft has NOT been verified to meet I-D nits requirements. {% endif %}
Meta-Data errors found!
Please make sure that your Internet-Draft includes all of the required meta-data in the proper format.
If your Internet-Draft does include all of the required meta-data in the proper format, and if the error(s) identified above are due to the failure of the tool to extract the meta-data correctly, then please use the "Adjust meta-data" button below, which will take you to the "Adjust screen" where you can correct the improperly extracted meta-data. You will then be able to submit your Internet-Draft to the Secretariat for manual posting.
If your Internet-Draft does not include all of the required meta-data in the proper format, then please cancel this submission, update your Internet-Draft, and resubmit it.
Note: The secretariat will not add any meta-data to your Internet-Draft or edit the meta-data. An Internet-Draft that does not include all of the required meta-data in the proper format will be returned to the submitter.
Document |
{% if submission.state_id == "posted" %}
{{ submission.name }}
{% else %}
{{ submission.name }}
{% endif %}
{% show_submission_files submission %}
{% if errors.files %}
{{ errors.files|safe }} {% endif %} |
---|---|
Revision |
{{ submission.rev }}
{% if errors.rev %}
{{ errors.rev }} {% endif %} |
Group |
{{ submission.group|default:"Individual Submission" }}
{% if errors.group %}
{{ errors.group }} {% endif %} |
Document date |
{{ submission.document_date }}
{% if errors.document_date %}
{{ errors.document_date }} {% endif %} |
Submission date | {{ submission.submission_date }} |
Title |
{{ submission.title|default:"" }}
{% if errors.title %} {{ errors.title }} {% endif %} |
Authors |
{% with submission.authors_parsed as authors %}
{{ authors|length }} author{{ authors|pluralize }}
{% endwith %}
{% if errors.authors %} {{ errors.authors|safe }} {% endif %} |
Author {{ forloop.counter }} | {{ author.name }} {% if author.email %}<{{ author.email }}>{% endif %} |
Abstract |
{{ submission.abstract|linebreaksbr }}
{% if errors.abstract %} {{ errors.abstract }} {% endif %} |
Pages |
{{ submission.pages }}
{% if errors.pages %} {{ errors.pages }} {% endif %} |
File size | {{ submission.file_size|filesizeformat }} |
Leads to manual post by the secretariat.
{% if passes_idnits and not errors %}{% if requires_group_approval %} Notifies group chairs to get approval. {% else %} {% if requires_prev_authors_approval %} Notifies authors of previous revision of draft to get approval. {% else %} Notifies submitter and authors for confirmation. {% endif %} {% endif %}
{% endif %} {% else %} {% if submission.submitter %}Name | {{ submission.submitter_parsed.name }} |
---|---|
Email address | {{ submission.submitter_parsed.email }} |
Replaces | {{ submission.replaces|split:","|join:", "|urlize_ietf_docs }} |
---|
You are not allowed to modify or cancel this submission. You can only modify or cancel this submission from the same URL you were redirected to after the submission.
If you are the submitter check your browser history to find this URL. You can share it with any person you need.
If you are one of the authors you can request the URL from which you can modify or cancel this submission by clicking the next button. An email will then be sent to the authors and submitter (if submitter email was entered): {{ confirmation_list|join:", " }}.
Date | By | Event |
---|---|---|
{{ e.time|date:"Y-m-d" }} | {{ e.by|default:"" }} | {{ e.desc }} |