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

{% trans "Registration" %}

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

{% csrf_token %} {{ form.as_p }}
{% endblock %}