{% extends "template.html" %} {% block content %} {% if is_admin %}
Please enable JavaScript to render this page. Otherwise it won't load.
Loading Scrummage Events...
ID
Description
Timestamp
{% for event in events %}
{{event[0]}}
{{event[1]}}
{{event[2]}}
{% endfor %}
{% if Event_Filter_Values %}
× Filter Applied
{% endif %}
+ Expand Filter Options
{% for Item in Event_Filter_Iterator %} {% if Item == 0 %}
{% else %}
{% endif %} {% if Event_Filter_Values %}
{% else %}
{% endif %}
{% endfor %}
{% endif %} {% endblock %}