{% extends "authentic2/cut-base.html" %} {% block cut-content %}
{{ form.next_url }} {% csrf_token %}
{% if form.is_bound and not form.is_valid %}
  • Le formulaire comporte des erreurs qui sont indiquées ci-dessous.
{% endif %}

Informations générales

{% if form.title %} {% include "gadjo/widget.html" with field=form.title %} {% endif %} {% if form.first_name %} {% include "gadjo/widget.html" with field=form.first_name %} {% endif %} {% if form.last_name %} {% include "gadjo/widget.html" with field=form.last_name %} {% endif %} {% if form.preferred_givenname %} {% include "gadjo/widget.html" with field=form.preferred_givenname %} {% endif %} {% if form.preferred_username %} {% include "gadjo/widget.html" with field=form.preferred_username %} {% endif %} {% if form.birthdate %} {% include "gadjo/widget.html" with field=form.birthdate %} {% endif %} {% if form.birthplace %} {% include "gadjo/widget.html" with field=form.birthplace %} {% endif %} {% if form.birthdepartment %} {% include "gadjo/widget.html" with field=form.birthdepartment %} {% endif %}

Coordonnées

{% if form.address_number %} {% include "gadjo/widget.html" with field=form.address_number %} {% endif %} {% if form.address_street %} {% include "gadjo/widget.html" with field=form.address_street %} {% endif %} {% if form.address_complement %} {% include "gadjo/widget.html" with field=form.address_complement %} {% endif %} {% if form.address_zipcode %} {% include "gadjo/widget.html" with field=form.address_zipcode %} {% endif %} {% if form.address_city %} {% include "gadjo/widget.html" with field=form.address_city %} {% endif %} {% if form.address_country %} {% include "gadjo/widget.html" with field=form.address_country %} {% endif %} {% if form.home_mobile_phone %} {% include "gadjo/widget.html" with field=form.home_mobile_phone %} {% endif %} {% if form.home_phone %} {% include "gadjo/widget.html" with field=form.home_phone %} {% endif %}
Annuler
{% endblock %}