Merge branch 'master' of someserver.de:k4ever

This commit is contained in:
seba 2011-03-05 01:17:27 +01:00
commit 9bb7b8f9bc
1 changed files with 4 additions and 4 deletions

View File

@ -17,11 +17,11 @@
{% if forloop.first and transacted %} {% if forloop.first and transacted %}
<b> <b>
{% endif %} {% endif %}
[ {{ transaction.dateTime }} ] {{ transaction.amount|floatformat:2 }} Euronen, got that by {{ transaction.transactionType }} [ {{ transaction.dateTime }} ] {{ transaction.amount|floatformat:2 }} Euronen durch: {{ transaction.transactionType }}
{% if transaction.checked %} {% if not transaction.transactionType.needsCheck or transaction.checked %}
ist eingegangen eingegangen
{% else %} {% else %}
noch nicht da <b> aber noch nicht bestaetigt </b>
{% endif %} {% endif %}
{% if forloop.first and transacted %} {% if forloop.first and transacted %}
</b> </b>