{% extends "meetings/base_rooms_times.html" %} {% load bootstrap3 %} {% block subsection %}
| Group | Time | Room | Agenda Note | Status | ||
|---|---|---|---|---|---|---|
| {{ session.group.acronym }} | {% if session.official_timeslotassignment %} {{ session.official_timeslotassignment.timeslot.time|date:"l H:i"|default:"" }} {% endif %} | {% if session.official_timeslotassignment %} {{ session.official_timeslotassignment.timeslot.location }} {% endif %} | {{ session.agenda_note }} | {{ session.current_status_name }} | Edit | {% if session.can_cancel %} {% endif %} |