{% extends "utility_page.html" %} {% load account_tags %} {% load i18n %} {% load bootstrap %} {% block head_title %}{% trans "Log in" %}{% endblock %} {% block page_title %}{% trans "Log in to an existing account" %}{% endblock %} {% block utility_body %} {% if ACCOUNT_OPEN_SIGNUP %}

{% trans "Don't have an account?" %} {% trans "Sign up" %}

{% endif %}

{% trans "Accounts from previous years have not been carried over to this site." %} {% trans "You will need to create a new account for this year's site." %}

{% csrf_token %}
{% include "_form_snippet.html" with form=form %} {% if redirect_field_value %} {% endif %} {% trans "Forgot your password?" %}
{% endblock %} {% block scripts %} {{ block.super }} {% endblock %}