{% extends "authentic2/base-page.html" %} {% load gadjo i18n %} {% block content %}

{% trans "Registration" %}

{% trans "Please fill the form to complete your registration" %}

{% csrf_token %} {{ form|with_template }}
{% endblock %}