diff --git a/files/templates/bank_statement.html b/files/templates/bank_statement.html index 8e122ef1c..6321bdb6a 100644 --- a/files/templates/bank_statement.html +++ b/files/templates/bank_statement.html @@ -16,13 +16,13 @@
- {{log.amount}} {{log.currency}}    {{log.reason | safe}} + {% if log.amount > 0 %}+{% endif %}{{log.amount}} {{log.currency}}    {{log.reason | safe}}
{{log.age_string}}
- {% if log.amount > 0 %}+{% endif %}{{log.balance}} {{log.currency}} + {{log.balance}} {{log.currency}} {% else %}