{% extends "pages/page.html" %} {% load mezzanine_tags event %} {% block main %}{{ block.super }}
Subscribe to all events in Google Calendar/Outlook/iCal
{% for child in page.children.all %}

{{child.title}} {{child.event.date}} from {{child.event.start_time}} to {{child.event.end_time}}

{{child.event.content|richtext_filter|truncatewords_html:40|safe}} More info → {% endfor %} {% endblock %}