{% extends 'base.html' %} {% block content %}
| # | Event ID | Name | Type | Dates | Place | Actions | |
|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ e.id }} | {{ e.name }} | {{ e.event_type }} | {% if e.all_year_event %}All Year | {% else %}{{ e.start_date }} - {{ e.end_date }} | {% endif %}{{ e.place }} | Edit Delete Images |
| No events found. | |||||||