{% extends 'base.html' %} {% block body %}

< All Events

{{ event.title }}

Dates: {{ event.describe_dates_range }}

Time: {{ event.describe_times_range }}

{% if event.special_instructions %}

Special instructions: {{ event.special_instructions }}

{% endif %} {% if event.attendance_url %}

Arrange to attend

{% endif %}

Occurences

{% endblock %}