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

Events

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