{% extends "submit/submit_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% load bootstrap3 %} {% load submit_tags %} {% load misc_filters %} {% block pagehead %} {{ block.super }} {{ all_forms|merge_media:'css' }} {% endblock %} {% block title %}Adjust meta-data of submitted {{ submission.name }}{% endblock %} {% block submit_content %} {% origin %}

Adjust meta-data of submitted {{ submission.name }}

Document {{ submission.name }} {% show_submission_files submission %}
Submission date{{ submission.submission_date }}
Group {{ submission.group|default:"Individual Submission" }} {% if errors.group %}

{{ errors.group }} (Note: the Secretariat will be notified of this)

{% endif %}
File size{{ submission.file_size|filesizeformat }}

Adjust meta-data

{% if form_errors %}
Please fix the errors in the form below.
{% endif %}
{% csrf_token %} {% bootstrap_form edit_form %} {% include "submit/submitter_form.html" %} {% include "submit/replaces_form.html" %} {% for form in author_forms %}

Author {{ forloop.counter }}

{% bootstrap_form form %}
{% endfor %} {% buttons %} {% endbuttons %}

{% include "submit/problem-reports-footer.html" %}

{% endblock %} {% block js %} {{ all_forms|merge_media:'js' }} {% endblock %}