{% extends "meetings/base_rooms_times.html" %} {% load agenda_custom_tags %} {% block subsection %}
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 %} | {% if assignment.schedule_id == schedule.pk %}Edit | {% if assignment.session.type.slug != "break" %} Cancel {% endif %} | Delete | {% else %}(from base schedule) | {% endif %}