{% extends "common.html" %} {% load i18n %} {% block head_title %}{% trans "Signup title" %}{% endblock %} {% block head_links %} Signup {% endblock %} {% block content %}


{% trans "Sign Up " %}



{% csrf_token %}
{% for field in form %}
{{ field.errors }} {{ field }}

{% endfor %} {% if redirect_field_value %} {% endif %}


By using this website you agree to the Terms of Service and Privacy Policy

{% endblock %}