{% extends "layout.html" %} {% block body %}

Welcome, {{ current_user.username|capitalize }}

{% if current_user.authlevel == 1 %}

Event creator

Event Coder Interface | List

{% endif %} {% if current_user.authlevel == 2 %}

Adjudication

Adjudication Interface

{% endif %} {% if current_user.authlevel == 3 %}

Admin Dashboard

Publication reports: UWIRE | UWIRE 2016-18 | Canadian | HBCUs

{% endif %}

Coder stats

{% endblock %}