{% extends "base.html" %} {% block title %}Events{% endblock %} {% block content %}
| Title | Type | Location | Start Date | Status | Actions |
|---|---|---|---|---|---|
| {{ event.title }} | {{ event.get_event_type_display }} | {{ event.location }} | {{ event.start_date|date:"M d, Y H:i" }} | {% if event.is_upcoming %} Upcoming {% else %} Past {% endif %} | View Edit Delete |
| No events found. | |||||