{% 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 %}

Quick Navigation

{% for what_type in sorted_what_types %}

{{ what_type }} ({{ events_by_what[what_type]|length }} events)

{% endfor %} {% else %}

No events found in the database.

{% endif %} {% endblock %}