@@ -42,25 +42,25 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% endif %}
{% if users.is_ban%}
-
Votre compte est banni
+
Your account has been banned
- Fin du ban : {{user.end_ban|date:"d M Y"}}
+ End of the ban: {{ user.end_ban | date:"SHORT_DATE_FORMAT" }}
- {% elif not users.is_adherent%}
+ {% elif not users.is_adherent %}
-
Non Connécté
+
Not connected
{% else %}
-
Connécté
+
Connected
- Fin de connexion: {{user.end_adhesion|date:"d M Y"}}
+ End of connexion: {{ user.end_adhesion | date:"SHORT_DATE_FORMAT"}}
{% endif %}
@@ -69,11 +69,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
- {{user.solde}}
+ € {{ user.solde }}
@@ -82,29 +82,27 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% else %}
{% endif %}
-
- {% if nb_machines %}
-
-
- {{nb_machines}} Machines
-
-
+ {% if nb_machines %}
+
+
+ Machines {{ nb_machines }}
- {% else %}
-
-
Aucune machine
-
+
- {% endif %}
+ {% else %}
+
+ {% endif %}