{% extends "layouts/base.html" %} {% load static %} {% block title %} Settings {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} {% include 'includes/navigation.html' %} l'organisation {% csrf_token %} informations de profil Nom Prenom Date de naissance sexe sexe {% for key, value in profile.GENDER_CHOICES %} {{ value }} {% endfor %} Email telephone adresse adresse Number City ZIP sauvegarder Changer mot de passe Changer mot de passe {% include 'includes/footer.html' %} {% endblock content %} {% block javascripts %}{% endblock javascripts %}