{% extends "base.html" %} {% load url from future %} {% block title %}Yearly View {{ year }}{% endblock %} {% block main_content %}
Month | Title | Day | Start | End |
---|---|---|---|---|
{{ dt|date:"F" }} | {% for o in occurrences %}{{ o.title }} | {{ o.start_time|date:"M jS - l" }} | {{ o.start_time|date:"P" }} | {{ o.end_time|date:"P" }} |
No events occurring in {{ year }}
{% endif %} {% endblock %}