{% extends "registration/base.html" %}{% load i18n coop_utils %} {% block extra_head %} {{ block.super }} {% endblock %} {% block registration_content %}
{% trans "* : required field" %}

{% trans "Registration" %}

{% csrf_token %} {% if form.non_field_errors %} {{form.non_field_errors}} {% endif %} {% for field in form.hidden_fields %} {{ field }} {% endfor %} {% for field in form.visible_fields %} {% include "_field.html" with show_label=True %} {% endfor %} {% trans "Terms of use" %}
{% endblock %}