diff --git a/files/templates/bank_statement.html b/files/templates/bank_statement.html index a15ca8085..75f4a5400 100644 --- a/files/templates/bank_statement.html +++ b/files/templates/bank_statement.html @@ -4,41 +4,45 @@
-

@{{user.username}}'s Bank Statement

+

@{{user.username}}'s Bank Statement

@{{user.username}}'s Bank Statement
- - - - - - - - - - - {% for log in logs %} - - - - - + {% if logs %} +
Balance
- {{log.currency}} - - {% if log.amount > 0 %}+{% endif %}{{log.amount}} -
- - {{log.age_string}} - -
-
{{log.reason | safe}}{{log.balance}}
+ + + + + + - {% endfor %} - -
Balance
- {{macros.pagination("pb-0 pl-0 pt-1")}} + + + {% for log in logs %} + + + {{log.currency}} + + + {% if log.amount > 0 %}+{% endif %}{{log.amount}} +
+ + {{log.age_string}} + +
+ + {{log.reason | safe}} + {{log.balance}} + + {% endfor %} + + + {{macros.pagination("pb-0 pl-0 pt-1")}} + {% else %} +
There's nothing here right now.
+ {% endif %}