{% extends "base.html" %} {% load recurse %} {% block styles %} {% endblock %} {% block content %}
{{ para }}
{% endfor %}
{{ event.location.building }} (Map)
{{ event.location.number }} {{ event.location.road }}
{{ event.location.city }}, {{ event.location.state }}, {{ event.location.postcode }}
Date: {{ event.plandate|date:"l F jS Y" }}
Time: {{ event.start_time|time:"fA" }} to {{ event.end_time|time:"fA" }}
More information is available in the Press Release
{% endif %}