{% extends "submit/submit_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% block pagehead %} {% endblock %} {% block title %}Draft submissions awaiting manual posting{% endblock %} {% load ietf_filters %} {% block submit_content %} {% origin %}

Submissions needing manual posting

{% if not manual %}

There are no submissions needing manual posting.

{% else %} {% for s in manual %} {% if user.is_authenticated %} {% else %} {% endif %} {% endfor %}
Draft Submitted Passes Checks Metadata
{{ s.name }}-{{ s.rev }}{{ s.name }}-{{ s.rev }}{{ s.submission_date }} {% if s.passes_checks %}Ok{% else %}Fails{% endif %} {% if s.errors %}Errors{% else %}Ok{% endif %}
{% endif %}

Submissions awaiting draft upload

{% if not waiting_for_draft %}

There are no submissions awaiting draft upload.

{% else %} {% for s in waiting_for_draft %} {% if user.is_authenticated %} {% else %} {% endif %} {% if user|has_role:"Secretariat" %} {% endif %} {% if user|has_role:"Secretariat" %} {% endif %} {% endfor %}
Name Rev Submitted
{{ s.name }}{{ s.name }}{{ s.rev }} {{ s.submission_date }}
{% csrf_token %}
Add email
{% endif %} {% if user|has_role:"Secretariat" %} New submission from email {% endif %} {% endblock %} {% block js %} {% endblock %}