{% extends "base.html" %} {# Copyright The IETF Trust 2016, All Rights Reserved #} {% load origin bootstrap3 static %} {% block pagehead %} {{ form.media.css }} {% endblock %} {% block title %}Request review of {{ doc.name }} {% endblock %} {% block content %} {% origin %}

Request review
{{ doc.name }}

Submit a request to have the document reviewed.

Current revision of the document: {{ doc.rev }}.
{% if lc_ends %}
Last Call ends: {{ lc_ends|date:"Y-m-d" }} (in {{ lc_ends_days }} day{{ lc_ends_days|pluralize }}).
{% endif %} {% if scheduled_for_telechat %}
Scheduled for telechat: {{ scheduled_for_telechat|date:"Y-m-d" }} (in {{ scheduled_for_telechat_days }} day{{ scheduled_for_telechat_days|pluralize }}).
{% endif %}

{% csrf_token %} {% bootstrap_field form.requested_by layout="horizontal" %} {% bootstrap_field form.type layout="horizontal" %} {% bootstrap_field form.team layout="horizontal" %} {% bootstrap_field form.deadline layout="horizontal" %} {% bootstrap_field form.requested_rev layout="horizontal" %} {% bootstrap_field form.comment layout="horizontal" %} {% buttons %} Back {% endbuttons %}
{% endblock %} {% block js %} {{ form.media.js }} {% endblock %}