diff --git a/templates/member/profile_detail.html b/templates/member/profile_detail.html index 11ad6539..ea2f0f07 100644 --- a/templates/member/profile_detail.html +++ b/templates/member/profile_detail.html @@ -1,19 +1,27 @@ {% extends "base.html" %} -{% load static %} -{% block content %} +{% load i18n static %} -
- | |
Nom | {{ object.user.name }} |
---|---|
Prénom | {{object.user.first_name}} |
Pseudo | {{object.user.username}} |
Aliases | {{object.user.note.aliases_set.all }} |
Pseudo | {{object.user.username}} |
Section | {{object.section}} |
Adresse | {{object.address}} |
Solde | {{object.user.note.balance}} |