{% extends 'base.html' %} {% block content %}

Events

Add Event
{% for e in events %} {% empty %} {% endfor %}
# Event ID Name Type Dates Place Actions
{{ forloop.counter }} {{ e.id }} {{ e.name }} {{ e.event_type }} {{ e.start_date }} - {{ e.end_date }} {{ e.place }} Edit Delete Add Images
No events found.
{% endblock %}