{% extends "base.html" %} {% block title %} Events list - {{ SITENAME }}{% endblock %} {% block content %} {% if events_list %}
{% if evstart.date() == evend.date() %} From {{evstart}} to {{evend.time()}} {% else %} From {{evstart}} to {{evend}} {% endif %}
{% if event.location %}Location: {{event.location}}
{% endif %}{{event['summary']}}