diff --git a/k4ever/transaction/templates/transaction/overview.html b/k4ever/transaction/templates/transaction/overview.html index 8102c2c..4ff0c7b 100644 --- a/k4ever/transaction/templates/transaction/overview.html +++ b/k4ever/transaction/templates/transaction/overview.html @@ -26,20 +26,55 @@
+ Datum + | ++ Uhrzeit + | ++ Betrag + | ++ Typ + | ++ Status + | +
---|---|---|---|---|
+ {% if forloop.first and transacted %} + + {% endif %} + [ {{ transaction.dateTime|date:"j. M Y" }}, + | ++ {{ transaction.dateTime|date:"H:i" }} Uhr ] + | + {{ transaction.amount|floatformat:2 }}€ + | ++ durch {{ transaction.transactionType }} + | ++ {% if not transaction.transactionType.needsCheck or transaction.checked %} + eingegangen + {% else %} + aber noch nicht bestätigt + {% endif %} + | + {% if forloop.first and transacted %} + + {% endif %} +