diff --git a/app/costs/templates/costs/costs_all.html b/app/costs/templates/costs/costs_all.html index abb67c1..7e862bb 100644 --- a/app/costs/templates/costs/costs_all.html +++ b/app/costs/templates/costs/costs_all.html @@ -17,8 +17,7 @@ - - + - {% endblock header %} + {% block content %}

Übersicht aller Kosten

-

- Die Übersicht aller enstandenen Kosten. -

-

- Eine Buchung anlegen -

+

Die Übersicht aller enstandenen Kosten.

+

Eine Buchung anlegen

- - - - - - - - - - - - - - {% for item in costs %} - - - - - - - - - - {% endfor %} - -
PatientKostenGebucht amBemerkungBenutzer
{{item.id_bird|default_if_none:"nicht mehr in WVH"}} {{item.costs}} {{item.created}} {{item.comment|default_if_none:""}} {{item.user}}
- - - {% endblock content %} + + + + + + + + + + + + + + {% for item in costs %} + + + + + + + + + + {% endfor %} + +
PatientKostenGebucht amBemerkungBenutzer
{{item.id_bird|default_if_none:"nicht mehr in WVH"}} {{item.costs}} {{item.created}} {{item.comment|default_if_none:""}} {{item.user}}
+{% endblock content %} diff --git a/app/costs/templates/costs/costs_create.html b/app/costs/templates/costs/costs_create.html index c2ea0a9..9bc712f 100644 --- a/app/costs/templates/costs/costs_create.html +++ b/app/costs/templates/costs/costs_create.html @@ -3,8 +3,7 @@ {% load crispy_forms_tags %} {% block content %}

Buchung anlegen

-

-
+
@@ -17,25 +16,20 @@
-

- Kennung -

+

Kennung

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Reiciendis, hic enim pariatur, exercitationem, repellat quasi sit temporibus dicta voluptate in voluptates. Alias deserunt sint suscipit explicabo et. Perferendis, dolor praesentium.

-

- Vogel -

+

Vogel

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Reiciendis, hic enim pariatur, exercitationem, repellat quasi sit temporibus dicta voluptate in voluptates. Alias deserunt sint suscipit explicabo et. Perferendis, dolor praesentium.

-
-{% endblock content %} \ No newline at end of file +{% endblock content %} diff --git a/app/costs/templates/costs/costs_delete.html b/app/costs/templates/costs/costs_delete.html index 210ed21..2ac56eb 100644 --- a/app/costs/templates/costs/costs_delete.html +++ b/app/costs/templates/costs/costs_delete.html @@ -3,8 +3,7 @@ {% load crispy_forms_tags %} {% block content %}

Buchung löschen

-

-
+
@@ -28,25 +27,20 @@
-

- Kennung -

+

Kennung

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Reiciendis, hic enim pariatur, exercitationem, repellat quasi sit temporibus dicta voluptate in voluptates. Alias deserunt sint suscipit explicabo et. Perferendis, dolor praesentium.

-

- Vogel -

+

Vogel

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Reiciendis, hic enim pariatur, exercitationem, repellat quasi sit temporibus dicta voluptate in voluptates. Alias deserunt sint suscipit explicabo et. Perferendis, dolor praesentium.

-
-{% endblock content %} \ No newline at end of file +{% endblock content %} diff --git a/app/costs/templates/costs/costs_edit.html b/app/costs/templates/costs/costs_edit.html index 50be813..3d1b692 100644 --- a/app/costs/templates/costs/costs_edit.html +++ b/app/costs/templates/costs/costs_edit.html @@ -3,8 +3,7 @@ {% load crispy_forms_tags %} {% block content %}

Buchung bearbeiten

-

-
+
@@ -15,27 +14,21 @@
-
-

- Kennung -

+

Kennung

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Reiciendis, hic enim pariatur, exercitationem, repellat quasi sit temporibus dicta voluptate in voluptates. Alias deserunt sint suscipit explicabo et. Perferendis, dolor praesentium.

-

- Vogel -

+

Vogel

Lorem ipsum dolor sit, amet consectetur adipisicing elit. Reiciendis, hic enim pariatur, exercitationem, repellat quasi sit temporibus dicta voluptate in voluptates. Alias deserunt sint suscipit explicabo et. Perferendis, dolor praesentium.

-
-{% endblock content %} \ No newline at end of file +{% endblock content %}