{% extends "base.html" %} {% block title %} {{ contest.description }} {% endblock title %} {% block body %}

{% trans %}Registration{% endtrans %}

{% trans %}Please fill in the fields to register{% endtrans %}

{{ xsrf_form_html|safe }} {% set next_page = handler.get_argument("next", none) %} {% if next_page is not none %} {% endif %}
{% if teams|length > 0 %}
{% endif %}

{% trans min_length=MIN_PASSWORD_LENGTH %} Must be one character or more. {% pluralize %} Must be {{ min_length }} characters or more. {% endtrans %}

{% endblock body %}