diff --git a/app/view/user/perso.html b/app/view/user/perso.html
index 68c1e2db1bc09cf38ddd3187f71bd0edcac52299..45d69d14de89cb503bb230749c9976664a5712b3 100644
--- a/app/view/user/perso.html
+++ b/app/view/user/perso.html
@@ -145,7 +145,10 @@
                                 <tr>
                                     <td>{{ @don.datec }}</td>
                                     <td>{{ @don.somme }}</td>
-                                    <td>{{ _("Oui")}}</td>
+                                    <check if="{{ @don.status>=100 }}">
+                                        <true><td>{{ _("Oui") }}</td></true>
+                                        <false><td>{{ _("Non") }}</td></false>
+                                    </check>
                                     <td>
                                         <check if="{{ @don.pdf == '' }}">
                                             <a href="/cron/piplome/{{ @don.id }}">{{ _("Générer") }}</a>