{% extends "base.html" %} {% load url from future %} {% block title %}Event Occurrence{% endblock %} {% block main_content %}

Swingtime Event Occurrence

{{ occurrence.title }} – {% with occurrence.start_time as st %} {{ st|date:"l, F jS P" }}

{% endwith %}
Event type:
{{ occurrence.event.event_type }}
Description:
{{ occurrence.event.description|default:"None" }}
Note(s:)
{% with occurrence.event.notes.all as notes %} {% if notes %} {% else %}None {% endif %} {% endwith %}
{{ form }}
{% endblock %}