{# bs5ok #} {% extends "submit/submit_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% block title %}Confirm submission of {{ submission.name }}{% endblock %} {% block submit_content %} {% origin %}

Confirm submission of {{ submission.name }}

{% if submission.state_id != "auth" and submission.state_id != "aut-appr" %} {% if submission.state_id == "posted" %}

The submission has already been posted. See the draft here.

{% else %}

The submission is not in a state where it can be confirmed.

Go to the status page to see what has happened to it.

{% endif %} {% else %} {% if not key_matched %}

Incorrect authorization key.

Double-check the link you followed. If everything fails, you can go to the status page, cancel the submission and try again.

{% else %}

Authorization key accepted.

Go to the status page for submission details and links to the files which will be posted.

Please press the button below to finish posting of {{ submission.name }}-{{ submission.rev }}.

{% csrf_token %}
{% endif %} {% endif %} {% endblock %} {% block js %} {% endblock %}