{# Copyright The IETF Trust 2015-2020, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% if not timeslot_form.active_assignment or timeslot_form.active_assignment.schedule_id == schedule.pk %}
{% csrf_token %}
{% bootstrap_field timeslot_form.day %} {% bootstrap_field timeslot_form.time %} {% bootstrap_field timeslot_form.duration %} {% bootstrap_field timeslot_form.location %} {% bootstrap_field timeslot_form.show_location %} {% bootstrap_field timeslot_form.type %} {% bootstrap_field timeslot_form.group %} {% bootstrap_field timeslot_form.name %} {% bootstrap_field timeslot_form.short %} {% if 'agenda_note' in timeslot_form.fields %} {% bootstrap_field timeslot_form.agenda_note %} {% endif %}
{% if can_edit %} {% if timeslot %} {% if timeslot.type_id != 'break' and timeslot.can_cancel %} {% endif %} {% endif %} {% endif %}
{% elif schedule.base %}

You cannot edit this session here - it is set up in the base schedule

{% endif %}