{% extends "submit/submit_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load ietf_filters submit_tags misc_filters %} {% block title %}Submission status of {{ submission.name }}-{{ submission.rev }}{% endblock %} {% block pagehead %} {{ block.super }} {{ all_forms|merge_media:'css' }} {% 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_checks %} Your draft has been verified to pass the submission checks. {% else %} Your draft has NOT been verified to pass the submission checks. {% endif %}
{% if submission.authors|length > 5 %}This document has more than five authors listed, which is considered excessive under normal circumstances. If you plan to request publication as an RFC, this will require additional consideration by the stream manager (for example, the IESG), and publication may be declined unless sufficient justification is provided. See RFC 7322, section 4.1.1 for details.
{% endif %} {% for check in submission.latest_checks %} {% if check.errors %}The {{check.checker}} returned {{ check.errors }} error{{ check.errors|pluralize }} and {{ check.warnings }} warning{{ check.warnings|pluralize }}; click the button below to see details. Please fix those, and resubmit.
{% elif check.warnings %}The {{check.checker}} returned {{ check.warnings }} warning{{ check.warnings|pluralize }}.
{% endif %} {% endfor %} {% for check in submission.latest_checks %} {% if check.passed != None %} {% endif %} {% endfor %} {% if submission.state_id == "waiting-for-draft" %}This submission is awaiting the first draft upload.
{% else %}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 below 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 |
{{ submission.authors|length }} author{{ submission.authors|pluralize }}
{% if errors.authors %} {{ errors.authors|safe }} {% endif %} |
Author {{ forloop.counter }} |
{{ author.name }} {% if author.email %}<{{ author.email }}>{% endif %}
-
{% if author.affiliation %}
{{ author.affiliation }}
{% else %}
unknown affiliation
{% endif %}
-
{% if author.country %}
{{ author.country }}
{% if author.cleaned_country and author.country != author.cleaned_country %}
(understood to be {{ author.cleaned_country }})
{% endif %}
{% else %}
unknown country
{% endif %}
{% if author.country and not author.cleaned_country %}
Unrecognized country: "{{ author.country }}": See recognized country names. {% endif %} {% for auth_err in author.errors %} {{ auth_err }} {% endfor %} |
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 }} |
Formal languages used |
{% for l in submission.formal_languages.all %}{{ l.name }}{% if not forloop.last %}, {% endif %}{% empty %}None recognized{% endfor %}
{% if errors.formal_languages %} {{ errors.formal_languages }} {% endif %} |
Leads to manual post by the secretariat.
{% if passes_checks and not errors and not submission.errors %}{% if requires_group_approval %} Notifies group chairs to get approval. {% elif requires_prev_authors_approval %} Notifies authors of previous revision of draft to get approval. {% else %} Notifies submitter and authors for confirmation. {% 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:"" }} | {% if e.desc|startswith:"Received message" or e.desc|startswith:"Sent message" %} {% with m=e.submissionemailevent.message %} {% if user.is_authenticated %}{% if e.desc|startswith:"Received message" and user|has_role:"Secretariat" %} Reply {% endif %} Email: {{ e.desc }} | {% else %}Email: {{ e.desc }} | {% endif %} {% endwith %} {% else %}{{ e.desc }} | {% endif %}