{% extends "2022/base_simple.html" %} {% load i18n %} {% block settings %} {% load title %} {% trans "Register" as title %} {% title title %} {% endblock %} {% block simple-content %}
{% csrf_token %} {{ form.as_p }}

{{ form.data_processing }}

{% if USE_OPENID %}

{% trans "Sign in using:" %}

{% include "socialaccount/snippets/login_extra.html" %} {% endif %}
{% endblock %}