diff --git a/eboutic/templates/eboutic/eboutic_main.jinja b/eboutic/templates/eboutic/eboutic_main.jinja
index f4b3e1c5..28766e9c 100644
--- a/eboutic/templates/eboutic/eboutic_main.jinja
+++ b/eboutic/templates/eboutic/eboutic_main.jinja
@@ -23,56 +23,56 @@
{% trans %}Eboutic{% endtrans %}
-
Panier
- {% if errors %}
-
- {% for error in errors %}
-
{{ error }}
- {% endfor %}
- {% trans %}Your basket has been cleaned accordingly to those errors.{% endtrans %}
-
- {% endif %}
-
- {# Starting money #}
- -
-
- {% trans %}Current account amount: {% endtrans %}
-
-
- {{ "%0.2f"|format(customer_amount) }} €
-
-
-
- -
-
-
-
-
-
-
-
+ Panier
+ {% if errors %}
+
+ {% for error in errors %}
+
{{ error }}
+ {% endfor %}
+ {% trans %}Your basket has been cleaned accordingly to those errors.{% endtrans %}
+
+ {% endif %}
+
+ {# Starting money #}
+ -
+
+ {% trans %}Current account amount: {% endtrans %}
+
+
+ {{ "%0.2f"|format(customer_amount) }} €
+
-
- {# Total price #}
- -
- {% trans %}Basket amount: {% endtrans %}
-
-
-
-
-
{% if not request.user.date_of_birth %}
@@ -102,10 +102,10 @@
{% for p in items %}