{% extends "base_site.html" %} {% load staticfiles %} {% block title %}Meetings{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block breadcrumbs %}{{ block.super }} » Meetings » {{ meeting.number }} » {{ session.group.acronym }} {% endblock %} {% block content %}

Edit Session

{% csrf_token %}
{{ form.as_table }}
Day: {% if timeslot %}{{ timeslot.time|date:"l" }}{% endif %}
Time: {% if timeslot %}{{ timeslot.time|time:"H:i" }}{% endif %}
Room: {% if timeslot %}{{ timeslot.location.name }}{% endif %}
Status: {{ current_status_name }}
{% endblock %} {% block footer-extras %} {% include "includes/meetings_footer.html" %} {% endblock %}