diff --git a/timemanagement/templates/timemanagement/timemanagement_singleview.html b/timemanagement/templates/timemanagement/timemanagement_singleview.html
index 58cc887..6d1ecf6 100644
--- a/timemanagement/templates/timemanagement/timemanagement_singleview.html
+++ b/timemanagement/templates/timemanagement/timemanagement_singleview.html
@@ -4,17 +4,27 @@
-
- {% loadmonthwork next_month user as monthwork %}
- Gesamtarbeitszeit dieser Monat: {{monthwork}} Stunden
- {% loadaccounttime user as actualaccounttime %}
- Gleitzeitkonto:
- {% if actualaccounttime.1 == 0 %}
- +{{actualaccounttime.0}} Stunden
- {% else %}
- -{{actualaccounttime.0}} Stunden
- {% endif %}
-
+
+ {% loadmonthwork next_month user as monthwork %}
+ {% loadaccounttime user as actualaccounttime %}
+
+
+
+
+
+ {{monthwork}}
+
+ {% if actualaccounttime.1 == 0 %}
+ +{{actualaccounttime.0}}
+ {% else %}
+ -{{actualaccounttime.0}}
+ {% endif %}
+
+
+
+ Arbeitszeit
+ Gleitzeit
+