{% extends "submit/submit_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Submission status{% endblock %} {% block submit_content %} {% origin %}

Please enter the name of the Internet-Draft you wish to view the submission status of.

{% csrf_token %} {% if error %}

{{ error }}

{% endif %}
{% buttons %} {% endbuttons %}
{% endblock %}