*fix needChecked wir vor dem meckern, ob es ueberprueft ist auch abgeprueft
This commit is contained in:
parent
aa64229f72
commit
ab07d595f8
|
@ -17,11 +17,11 @@
|
|||
{% if forloop.first and transacted %}
|
||||
<b>
|
||||
{% 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
|
||||
<b> aber noch nicht bestaetigt </b>
|
||||
{% endif %}
|
||||
{% if forloop.first and transacted %}
|
||||
</b>
|
||||
|
|
Loading…
Reference in New Issue