{% extends "layout.html" %} {% block title %}Events by Type - OpenEventDatabase{% endblock %} {% block css %} {% endblock %} {% block header %}Events by Type{% endblock %} {% block content %}
This page lists all events from the OpenEventDatabase organized by their type.
{% if events_by_what %}No events found in the database.
{% endif %} {% endblock %}