Remove some comments, add others.

This commit is contained in:
James Cole
2024-12-25 08:23:17 +01:00
parent 6c6d31830b
commit 134c551c12
2 changed files with 14 additions and 12 deletions

View File

@@ -67,11 +67,13 @@
<td style="text-align: right;">
<span style="margin-right:5px;">
{% for key, balance in account.endBalances %}
<span title="{{ key }}">
{% if 'balance' == key or 'native_balance' == key %}
{{ formatAmountBySymbol(balance, defaultCurrency.symbol, defaultCurrency.currency.decimal_places) }}
{% else %}
({{ formatAmountByCode(balance, key) }})
{% endif %}
</span>
{% endfor %}
</span>
</td>