{% from 'events/display/common/_legacy.html' import render_event_time, render_location %} {% from 'events/display/common/_manage_button.html' import render_manage_button %}
{{ render_manage_button(event, 'EVENT', toggle_notes=false, show_note_operations=true) }}
{% if event.has_note %}
{% endif %}
{{ event.title }}
{{ render_event_time(event, timezone) }} {{ render_location(event) }} |
|