{% extends "authentic2/base-page.html" %} {% load i18n %} {% block title %} {% trans "Registration" %} {% endblock %} {% block breadcrumb-elements %}
  • Enregistrement
  • {% endblock %} {% block content %}

    {% trans "Registration" %}

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