{% 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 %}
There are no submissions needing manual posting.
{% else %}| Draft | Submitted | Passes Checks | Metadata | |
|---|---|---|---|---|
| {{ s.name }}-{{ s.rev }} | {% else %}{{ s.name }}-{{ s.rev }} | {% endif %}{{ s.submission_date }} | {% if s.passes_checks %}Ok{% else %}Fails{% endif %} | {% if s.errors %}Errors{% else %}Ok{% endif %} |
There are no submissions awaiting draft upload.
{% else %}| Name | Rev | Submitted | |||
|---|---|---|---|---|---|
| {{ s.name }} | {% else %}{{ s.name }} | {% endif %}{{ s.rev }} | {{ s.submission_date }} | {% if user|has_role:"Secretariat" %}{% endif %} {% if user|has_role:"Secretariat" %} | Add email | {% endif %}