{% extends "submit/submit_base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% load submit_tags %} {% block title %}Adjust meta-data of submitted {{ submission.name }}{% endblock %} {% block submit_content %} {% origin %} {% bootstrap_messages %}
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 }} |
{% include "submit/problem-reports-footer.html" %}
{% endblock %}