{% extends "submit/submit_base.html" %} {% load submit_tags %} {% block title %}Submission status{% endblock %} {% block morecss %} {{ block.super }} div.metadata-errors { border: 1px solid red; background-color: #ffeebb; padding: 5px 10px; margin: 1em 0px; } div.info-message-error { border: 1px solid red; background-color: #ffeebb; padding: 5px 10px; margin: 1em 0px; color: red; } div.info-message-success { border: 1px solid green; background-color: #eeffbb; padding: 5px 10px; margin: 1em 0px; color: green; } table.metadata-table th { white-space: nowrap; font-weight: bold; } table.metadata-table #id_first_name, table.metadata-table #id_last_name { width: 200px; } table.metadata-table #id_email { width: 400px; } table.metadata-table th, table.metadata-table td { text-align: left; background: #ddddff; padding: 5px 10px; } table.metadata-table th.author { text-align: right; } table.metadata-table tr { vertical-align: top; } table.metadata-table tr.warning td, table.metadata-table tr.warning th { background-color: #ffaaaa; } table.metadata-table div.warn_message { color: red; } table.metadata-table ul.errorlist { color: red; padding: 0px; margin: 0px; list-style-type: none; } pre.twopages { margin: 0px; } {% endblock morecss %} {% block pagehead %} {% if can_cancel %} {% endif %} {% endblock %} {% block submit_content %} {% if status %}

Status of the submission: {{ status.status_value }}

{% endif %} {% if message %}
{{ message.1 }}
{% endif %} {% if auto_post_form.errors %}
Please fix errors in the form below
{% endif %}

Check Page

{% if validation.passes_idnits %} Your draft has been verified to meet IDNITS requirements. {% else %} Your draft has NOT been verified to meet IDNITS requirements. {% endif %} (View IDNITS Results)

Meta-Data from the Draft

{% if validation.warnings %}

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.

{% endif %} {% if validation.warnings.authors %} {% endif %} {% if validation.authors %} {% for author in validation.authors %} {% endfor %} {% endif %}
Document {% ifequal status.status_value "Posted" %}{{ detail.filename }}{% else %}{{ detail.filename }}{% endifequal %}
[View first two pages] {% show_submission_files detail %}
{{ validation.warnings.document_files|safe }}
Revision{{ detail.revision }}
{{ validation.warnings.revision }}{% if validation.warnings.revision %}
[View error]{% endif %}
WG{{ validation.wg|default:"Individual Submission" }}
{{ validation.warnings.group }}
Document date{{ detail.creation_date }}
{{ validation.warnings.creation_date }}
Submission date{{ detail.submission_date }}
Title{{ detail.id_document_name|default:"" }}
{{ validation.warnings.title }}
Author information
{{ validation.warnings.authors|safe }}
Author {{ forloop.counter }}{{ author.get_full_name }} {% if author.email.1 %}<{{ author.email.1 }}>{% endif %}
Abstract{{ detail.abstract|linebreaksbr }}
{{ validation.warnings.abstract }}
Pages{{ detail.txt_page_count }}
{{ validation.warnings.pages }}
File size{{ detail.filesize|filesizeformat }}
{% if allow_edit %}
(Leads to manual post by the Secretariat)
{% if is_valid %}

Please edit the following meta-data before proceeding to Auto-Post

If you are one of the authors of this document, then please click the button with your name on it to automatically fill in the submitter information as requested below. Otherwise, please manually enter your information.

{{ auto_post_form.get_author_buttons|safe }} {{ auto_post_form }}
{% endif %} {% else %} {% if validation.submitter %}

Submitter information

First name{{ validation.submitter.first_name }}
Last name{{ validation.submitter.last_name }}
Email address{{ validation.submitter.email_address|default:validation.submitter.email.1 }}
{% endif %} {% endif %} {% if can_cancel %}

Cancel submission


This submission will be canceled, and its uploaded document(s) permanently deleted.

{% endif %} {% if can_approve %}

{% endif %} {% if can_force_post %}

{% endif %} {% if show_notify_button %}

You are not allowed to modify or cancel this submission. You only can 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 wich you can modify or cancel this submission by clicking the next button. An email will be sent to the draft authors and to the submitter (if the submitter's email is available).

{% endif %}

The IETF is an organized activity of the Internet Society
Please send problem reports to ietf-action@ietf.org.

{% endblock %}