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

Event Types

{% for type in event_types %} {% empty %} {% endfor %}
Name Status Actions
{{ type.name }} {% if type.is_active %} Active {% else %} Inactive {% endif %}
{% csrf_token %}
No event types defined yet.
{% endblock %}