{% extends "base.html" %} {# Copyright The IETF Trust 2018, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}Edit timeslot type for {{timeslot}}{% endblock %} {% block content %} {% origin %}

Edit timeslot type for {{timeslot}}

{% if sessions %}
This timeslot currently has the following sessions assigned to it: {% for s in sessions %}
{{s}}
{% endfor %}
{% endif %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% endblock %}