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

Sessions

{% for session in sessions %} {% endfor %}
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 %}
{% csrf_token %}
{% endif %}
{% endblock %}