diff --git a/cotisations/templates/cotisations/control.html b/cotisations/templates/cotisations/control.html
index b20e16db..0e5224f3 100644
--- a/cotisations/templates/cotisations/control.html
+++ b/cotisations/templates/cotisations/control.html
@@ -15,7 +15,9 @@
- Utilisateur |
+ Profil |
+ Nom |
+ Prénom |
Designation |
Prix total |
Moyen de paiement |
@@ -27,7 +29,11 @@
{% for form in controlform.forms %}
{% bootstrap_form_errors form %}
- {{ form.instance.user }} |
+
+
+ |
+ {{ form.instance.user.name }} |
+ {{ form.instance.user.surname }} |
{{ form.instance.name }} |
{{ form.instance.prix_total }} |
{{ form.instance.paiement }} |