diff --git a/k4ever/transaction/templates/transaction/overview.html b/k4ever/transaction/templates/transaction/overview.html index b304eb5..359e31c 100644 --- a/k4ever/transaction/templates/transaction/overview.html +++ b/k4ever/transaction/templates/transaction/overview.html @@ -17,11 +17,11 @@ {% if forloop.first and transacted %} {% endif %} - [ {{ transaction.dateTime }} ] {{ transaction.amount|floatformat:2 }} Euronen, got that by {{ transaction.transactionType }} - {% if transaction.checked %} - ist eingegangen + [ {{ transaction.dateTime }} ] {{ transaction.amount|floatformat:2 }} Euronen durch: {{ transaction.transactionType }} + {% if not transaction.transactionType.needsCheck or transaction.checked %} + eingegangen {% else %} - noch nicht da + aber noch nicht bestaetigt {% endif %} {% if forloop.first and transacted %}