diff --git a/app/templates/shared/list_base.html b/app/templates/shared/list_base.html index c89a7b4..6379bf7 100755 --- a/app/templates/shared/list_base.html +++ b/app/templates/shared/list_base.html @@ -1,382 +1,399 @@ -{% extends "base.html" %} - -{% block content %} -
- -
-
- -
-
+{% extends "base.html" %} + +{% block content %} +
+ +
+
+ +
+
-
- + -
-
- - - {% block actions %}{% endblock %} -
- - -
- {% block filters %}{% endblock %} -
-
-
- - -
-
-
- - - - {% block table_headers %}{% endblock %} - - - - {% block table_rows %}{% endblock %} - -
-
-
-
- - - {% if help_title or help_items %} -
-
-

- - {{ help_title or 'Hilfe' }} -

- {% if help_text %} -

{{ help_text }}

- {% endif %} - {% if help_items %} -
    - {% for item in help_items %} -
  • {{ item }}
  • - {% endfor %} -
- {% endif %} -
-
- {% endif %} -
- - - - - - + + +
+
+ + + {% block actions %}{% endblock %} +
+ + +
+ {% block filters %}{% endblock %} +
+
+
+ + +
+
+
+ + + + {% block table_headers %}{% endblock %} + + + + {% block table_rows %}{% endblock %} + +
+
+
+
+ + + {% if help_title or help_items %} +
+
+

+ + {{ help_title or 'Hilfe' }} +

+ {% if help_text %} +

{{ help_text }}

+ {% endif %} + {% if help_items %} + + {% endif %} +
+
+ {% endif %} + + + + + + + {% endblock %} \ No newline at end of file