{% extends 'base.html' %} {% block title %}Delete Event - EventNest{% endblock %} {% block content %}
🗑

Delete Event?

You are about to permanently delete:

{{ event.title }}

This action cannot be undone. All tickets for this event will also be removed.
{% csrf_token %}
{% if user.is_system_user %} Cancel {% else %} Cancel {% endif %}
{% endblock %}