{% 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 %}Please log in{% endtrans %}
{% if contest.allow_registration %}{% trans %}Don't have an account?{% endtrans %} {% trans %}Register{% endtrans %}
{% endif %}