{% extends "happenings/base.html" %} {% load typogrify_tags cache event_tags %} {% block extra_title %}Happenings {% if cal_date %} for {{ cal_date }}{% endif %}{% endblock %} {% block bodyclass %}wide{% endblock %} {% block content %}

{{ site.name }} {{ cal_date }} {% if region %}{{ region }}{% endif %} Happenings

Add an event {% if cal_date or region %} All events {% endif %} {% if object_list %}
{% for object in object_list %} {% ifchanged object.start_date.month %}

{% with object.start_date as d %} {{ d|date:"F Y" }} {% endwith %}

{% endifchanged %} {% include "happenings/includes/event_info.html" %} {% endfor %}

{% include 'happenings/includes/event_selects.html' %}

{% load_past_events %}

{% else %}

We were unable to find any upcoming {{ cal_date }} {{ region }} events.

{% endif %} {% endblock %}