{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load django_bootstrap5 %} {% block title %}Set telechat date for {{ doc.name }}{% endblock %} {% block content %} {% origin %}

Set telechat date
{{ doc.name }} ({{ doc.pages }} page{{ doc.pages|pluralize }})

{% for warning in warnings %}
{{ warning }}
{% endfor %}
{% csrf_token %} {% bootstrap_form form %}
Putting the document on this telechat gives the telechat a very large document page count. Please consider choosing another telechat date for this document.
Back
{% endblock %} {% block js %} {% endblock %}