{% 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 %}
{% 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)
Document |
{% ifequal status.status_value "Posted" %}{{ detail.filename }}{% else %}{{ detail.filename }}{% endifequal %}
[View first two pages] {% show_submission_files detail %} |
---|---|
Revision | {{ detail.revision }} |
WG | {{ validation.wg|default:"Individual Submission" }} |
Document date | {{ detail.creation_date }} |
Submission date | {{ detail.submission_date }} |
Title | {{ detail.id_document_name|default:"" }} |
Author information | |
Author {{ forloop.counter }} | {{ author.get_full_name }} {% if author.email.1 %}<{{ author.email.1 }}>{% endif %} |
Abstract | {{ detail.abstract|linebreaksbr }} |
Pages | {{ detail.txt_page_count }} |
File size | {{ detail.filesize|filesizeformat }} |
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.
{% endif %} {% else %} {% if validation.submitter %}First name | {{ validation.submitter.first_name }} |
---|---|
Last name | {{ validation.submitter.last_name }} |
Email address | {{ validation.submitter.email_address|default:validation.submitter.email.1 }} |
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 %} {% endif %}
The IETF is an organized activity of the Internet Society
Please send problem reports to ietf-action@ietf.org.