{% extends "base.html" %} {# Copyright The IETF Trust 2021, All Rights Reserved #} {% load origin static %} {% load bootstrap3 %} {% block pagehead %} {{ form.media.css }} {% endblock %} {% block title %}Create timeslot for {{meeting}}{% endblock %} {% block content %} {% origin %}

Create timeslot for {{meeting}}

{% csrf_token %} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% endblock %} {% block js %} {{ form.media.js }} {% endblock %}