{% extends "submit/draft_status.html" %} {% load submit_tags %} {% block title %}Adjust Meta-Data{% endblock %} {% block morecss %} {{ block.super }} table.metadata-table #id_title, table.metadata-table #id_abstract, table.metadata-table #id_comments { width: 500px; } table.metadata-table tr.warning th, table.metadata-table tr.warning td { background-color: #ffeebb; } table.ietf-table tr { vertical-align: top; } table.ietf-table tr.error { background-color: #ffeebb; border-top: 1px dashed red; border-bottom: 1px dashed red;} table.ietf-table span.field-error { display: block; color: red; } {% endblock %} {% block pagehead %} {{ block.super }} {% endblock %} {% block submit_content %}

Adjust External Meta-Data

Document{{ detail.filename }} [View first two pages] {% show_submission_files detail %}
Submission date{{ detail.submission_date }}
WG{{ validation.wg|default:"Individual Submission" }} {% if validation.warnings.group %}
The secretariat will be notified that the working group is not active
{% endif %}
File size{{ detail.filesize|filesizeformat }}

Adjust data

{% if form.errors %}
Please fix the following errors.
{% endif %}
{% if settings.USE_DB_REDESIGN_PROXY_CLASSES %} {% else %} {% endif %}
Title{{ form.title }}{{ form.errors.title }}
Version{{ form.version }}{{ form.errors.version }}
Creation date{{ form.creation_date }}{{ form.errors.creation_date }}
Abstract{{ form.abstract }}{{ form.errors.abstract }}
Pages{{ form.pages }}{{ form.errors.pages }}
Submitter If you are one of the authors, then please click a button by your name to automatically fill in the submitter's information as requested below. Otherwise, Please manually enter your information.
{{ form.get_author_buttons|safe }}
Name{{ form.name }}{{ form.errors.name }}
First name{{ form.first_name }}{{ form.errors.first_name }}
Last name{{ form.last_name }}{{ form.errors.last_name }}
Email address{{ form.email }}{{ form.errors.email }}
Comments to the secretariat{{ form.comments }}{{ form.errors.comments }}

Authors

{% if settings.USE_DB_REDESIGN_PROXY_CLASSES %} {% else %} {% endif %} {% for author in form.get_authors %} {% if settings.USE_DB_REDESIGN_PROXY_CLASSES %} {% else %} {% endif %} {% endfor %}
NameFirst name Last nameEmail address
{{ author.get_full_name|default:"" }}{{ author.errors.name }}{{ author.first_name|default:"" }}{{ author.errors.first_name }} {{ author.last_name|default:"" }}{{ author.errors.last_name }}{{ author.email.1|default:"" }}{{ author.errors.email }}

The IETF is an organized activity of the Internet Society
Please send problem reports to ietf-action@ietf.org.

{% endblock %}