{% extends "meetings/base_rooms_times.html" %} {% load agenda_custom_tags %} {% block subsection %}

TimeSlots

{% if assignments %} {% for assignment in assignments %} {% if assignment.schedule_id == schedule.pk %} {% else %} {% endif %} {% endfor %}
Day Time Name Short Name Group Location Show Loc. Type
{{ assignment.timeslot.time|date:"D" }} {{ assignment.timeslot.time|date:"H:i" }}-{{ assignment.timeslot.end_time|date:"H:i" }} {% assignment_display_name assignment %} {{ assignment.session.short }} {{ assignment.session.group.acronym }} {{ assignment.timeslot.location }} {{ assignment.timeslot.show_location }} {% with purpose=assignment.session.purpose %}{{ purpose }}{% if purpose.timeslot_types|length > 1 %} ({{ assignment.slot_type }}){% endif %}{% endwith %}Edit {% if assignment.session.type.slug != "break" %} Cancel {% endif %} Delete(from base schedule)
{% else %}

No timeslots exist for this meeting. Add rooms with the "duplicate timeslots" option enabled to copy timeslots from the last meeting.

{% endif %}

{% csrf_token %} {{ form.as_table }}
{% endblock %} {% block extrahead %} {{ block.super }} {{ form.media.js }} {% endblock %} {% block extrastyle %} {{ form.media.css }} {% endblock %}