{% extends "base.html" %} {% block title %}Begin IETF conflict review : {{doc_to_review.canonical_name}}-{{doc_to_review.rev}}{% endblock %} {% block morecss %} form.start-conflict-review #id_notify { width: 600px; } form.start-conflict-review .actions { padding-top: 20px; } .warning { font-weight: bold; color: #a00; } {% endblock %} {% block content %}

Begin IETF conflict review for {{doc_to_review.canonical_name}}-{{doc_to_review.rev}}

For help on the initial state choice, see the state table.

{% for field in form.visible_fields %} {% endfor %}
{{ field.label_tag }}: {{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {{ field.errors }}
Back
{% endblock %}