{% extends "kfet/base.html" %} {% block title %} {% if account.user == request.user %} Modification de mes informations {% else %} {{ account.trigramme }} - Édition {% endif %} {% endblock %} {% block content-header-title %} {% if account.user == request.user %} Modification de mes informations {% else %} Édition du compte {{ account.trigramme }} {% endif %} {% endblock %} {% block content %} {% if post and success %}
Informations mises à jour
{% elif post and not success %}Echec de la mise à jour des informations
{% endif %} {% endblock %}