{% extends "site_base.html" %} {% load url from future %} {% load i18n %} {% load bootstrap_tags %} {% block head_title %}{% trans "Sign up" %}{% endblock %} {% block body %}
{% trans "Sign up" %}
{% csrf_token %} {{ form|as_bootstrap }} {% if redirect_field_value %} {% endif %}
{% include "account/_signup_sidebar.html" %}
{% endblock %}