From cf104b5a56dc4f157b97095be898918f08b1edfd Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Mon, 18 Aug 2025 11:16:32 +1000 Subject: [PATCH] added some better formatting (spacing, headers to tables, etc), flipped the left / right, so now bill type is on left with support for bill_freq being a +
+
+ + + +
+
+
+
+
+
+ {% for bt in bill_types %} +
+
+ + +
+
+ +
+ + + + +
+ {% endfor %} + + + + +
+
+
@@ -36,54 +78,48 @@ Save
- -
-
-
-
-
- {% for el in bill_data %} -
-
-
-
- - - - -
- {% endfor %} -
- -
-
- -
- - -
-
-
-
-
-
- {% for el in bill_types %} -
-
- - -
-
- - - - -
+ +
+ + +
+ {% for bt in bill_types %} + {% if loop.first %} +
+ {% else %} +
+ {% endif %} + {% for bd in bill_data %} + {% if loop.first %} +
+
+
+
+
+
+ {% endif %} + {% if bd.bill_type_id == bt.id %} +
+
+
+
+ + + + +
+ {% endif %} + {% endfor %} +
+ {% endfor %} +
+