{% load eventurl %} {% load money %} {% for wallet in wallets %}
Balance: {{ wallet.balance|money:wallet.currency }}
| Time | Description | {% if order_page %}{% endif %} | Amount |
|---|---|---|---|
| {{ transaction.timestamp|date:"SHORT_DATETIME_FORMAT" }} | {{ transaction.descriptor }} | {% if order_page %}{% if transaction.order_position %} View order {% elif transaction.order_payment %} View order {% elif transaction.order_refund %} View order {% endif %} | {% endif %}{{ transaction.value|money:wallet.currency }} |
| No transactions yet. | |||