{% extends "base.html" %} {% block content %}

> Info


> Prizes


> Format


Rules and further information

> Registration

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Spots Remaining: {{ spots_left }} / 84

{% if spots_left > 0 %}
{% else %}

EVENT FULL

{% endif %}
{% endblock %}