{% extends "calingen/app_base.html" %} {% block page_title %}Base: EventListYear{% endblock page_title %} {% block main %}

Event List for Year « {{ target_year }} »

{% if entries %} {% for entry in entries %} {% endfor %} {% else %} {% endif %}
Title Start Category Source
{{ entry.title }} {{ entry.timestamp|date:"c" }} {{ entry.category.label }} {% if entry.source.0 == "INTERNAL" %} Event Detail {% else %} {{ entry.source.1 }} {% endif %}
Could not fetch entry list.
{% endblock main %}