{% extends "base.html" %} {% block full_title %}Events at TXRX{% endblock %} {% block header_content %} Events at TXRX {% endblock %} {% block main %}
« Previous Month Week of {{ current_date|date:"F Y" }}
(Subscribe to calendar) {% include "course/_add_to_calendar.html" %}
Next Week »
{% for week in weeks %} {% for day,occurrences in week %} {% endfor %} {% endfor %}

Monthly event

Class session

Weekly event

{{ current_date|date:"n/" }}
{{ day }}
{% for occurrence in occurrences %}

{{ occurrence.start|date:"f a" }} {% if occurrence.event %}{# actual event #} {{ occurrence.short_name }} {% else %}{# course.short_name #} {{ occurrence.short_name }} {% endif %}

{% endfor %}
{% endblock %}