{% extends "joyous/calendar_table_base.html" %} {% load wagtailcore_tags i18n %} {% block view_choices %} {% include "joyous/includes/events_view_choices.html" with monthlyUrl=thisMonthUrl monthlyLink=_("This Month") %} {% endblock view_choices %} {% block cal_view_class %}joy-cal--monthly{% endblock %} {% block cal_heading %} {% if prevMonthUrl %}<{% endif %}
{{ monthName }}
{% if nextMonthUrl %}>{% endif %}
{% if prevYearUrl %}<{% endif %}
{{ year }}
{% if nextYearUrl %}>{% endif %}
{% endblock cal_heading %} {% block cal_day_title %}
{% if evod.holiday %}
{{ evod.date.day }}
{{ evod.holiday }}
{% else %}
{{ evod.date.day }}
{% endif %}
{% endblock cal_day_title %}