{% extends "utility_page.html" %} {% load account_tags %} {% load i18n %} {% load bootstrap %} {% block head_title %}{% trans "Sign up" %}{% endblock %} {% block page_title %}{% trans "Sign up" %}{% endblock %} {% block utility_body %}

{% trans "Already have an account?" %} {% trans "Log in" %}

{% csrf_token %}
{% include "_form_snippet.html" with form=form %}
{% if redirect_field_value %} {% endif %}
{% endblock %} {% block scripts %} {{ block.super }} {% endblock %}