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

Public

RSVP/Signup Required

Private (Invitation Only)

Class (Signup Required)

{{ current_date|date:"n/" }}
{{ day }}
{% for occurrence in occurrences %} {% ifchanged occurrence.start %}{{ occurrence.start|date:"f a" }}{% endifchanged %}

{{ occurrence.short_name }}

{% endfor %}
{% endblock %}