{% extends "base.html" %} {% block title %}Events - Central{% endblock %} {% block head %} {% endblock %} {% block content %}

Events

{% if filter_error %}
Filter Error: {{ filter_error }}
{% endif %}
Filters
Draw a rectangle on the map to filter by region
Clear Filters
{% include "_events_rows.html" %}
{% endblock %}