From: Christian Heller Date: Wed, 22 Jan 2025 19:31:48 +0000 (+0100) Subject: Improve balance layout. X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%22https:/validator.w3.org/conditions?a=commitdiff_plain;h=2d009fba82d4f198367e3a748c7115b0a77d165e;p=plomledger Improve balance layout. --- diff --git a/templates/balance.tmpl b/templates/balance.tmpl index 9ad7ecf..6d5e9d4 100644 --- a/templates/balance.tmpl +++ b/templates/balance.tmpl @@ -8,13 +8,14 @@ {{curr|truncate(4,true,"…")}} {% endif %} {% endfor %} -{% for _ in range(indent) %}[…]:{% endfor %}{{account.basename}} +{% for _ in range(indent) %}[…]:{% endfor %}{{account.basename}}{% if account.children %}:–{% endif %} {% for curr, amt in account.wealth.moneys.items() %} {% if 1 < loop.index %} {{amt}} {{curr|truncate(4,true,"…")}} +# {% endif %} {% endfor %}