diff --git a/cashonly/web/templates/cashonly/web/base.html b/cashonly/web/templates/cashonly/web/base.html index 8a3deff..598d4fd 100644 --- a/cashonly/web/templates/cashonly/web/base.html +++ b/cashonly/web/templates/cashonly/web/base.html @@ -9,148 +9,151 @@ Kassensystem - - + + - - {% endblock %} + + + {% endblock %} - -
- - -
-
-
-
-
- {% block content %} - -

{% blocktrans with firstname=user.first_name %}Welcome, {{ firstname }}!{% endblocktrans %}

- -
-
-
-
- {% trans "Account information" %} -
-
-
-
{% trans "Username:" %}
-
{{ user.username }}
-
{% trans "Full name:" %}
-
{{ user.first_name }} {{ user.last_name }}
-
{% trans "E-Mail address:" %}
-
{{ user.email }}
-
{% trans "Credit:" %}
-
{{ user.account.credit|floatformat:2 }}€
-
-
-
-
-
-
-
- {% trans "Last purchased products" %} -
-
- {% include "cashonly/web/includes/product_list.html" with products=latest_purchases class="col-xs-6 col-md-4" only %} -
-
-
-
-
-
- {% trans "Your transactions in the last 12 hours" %} -
- {% if latest_transactions %} - {% include "cashonly/web/includes/transaction_list.html" with transactions=latest_transactions only %} - {% else %} -
- {% blocktrans %}There where no transactions in your account in the last 12 hours.{% endblocktrans %} -
- {% endif %} -
-
-
- - {% endblock %} -
-
-
-
- -
-
-

- cashonly v{{version_number}} -

-
-
-
-
- + +
+ + +
+
+
+
+
+ {% block content %} + +

{% blocktrans with firstname=user.first_name %}Welcome, {{ firstname }}!{% endblocktrans %}

+ +
+
+
+
+ {% trans "Account information" %} +
+
+
+
{% trans "Username:" %}
+
{{ user.username }}
+
{% trans "Full name:" %}
+
{{ user.first_name }} {{ user.last_name }}
+
{% trans "E-Mail address:" %}
+
{{ user.email }}
+
{% trans "Credit:" %}
+
{{ user.account.credit|floatformat:2 }}€
+
+
+
+
+
+
+
+ {% trans "Last purchased products" %} +
+
+ {% include "cashonly/web/includes/product_list.html" with products=latest_purchases class="col-xs-6 col-md-4" only %} +
+
+
+
+
+
+ {% trans "Your transactions in the last 12 hours" %} +
+ {% if latest_transactions %} + {% include "cashonly/web/includes/transaction_list.html" with transactions=latest_transactions only %} + {% else %} +
+ {% blocktrans %}There where no transactions in your account in the last 12 hours.{% endblocktrans %} +
+ {% endif %} +
+
+
+ + {% endblock %} +
+
+
+
+ +
+
+

+ cashonly v{{version_number}} +

+
+
+
+
+ + +