{% extends "base.html" %} {% block title %} {{ contest.description }} {% endblock title %} {% block js %} {% endblock js %} {% block body %} {% if participation is undefined %} {% if handler.get_argument("login_error", "") != "" %}
×

{% trans %}Failed to log in.{% endtrans %}

{% endif %}

{% trans %}Welcome{% endtrans %}

{% trans %}Please log in{% endtrans %}

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

{% trans %}Server time:{% endtrans %}

{% trans %}Contest Management System{% endtrans %} {% trans %}is released under the{% endtrans %} {% trans %}GNU Affero General Public License{% endtrans %} .
{% block core %}{% endblock core %}
{% endif %} {% endblock body %}