From: Christian Heller Date: Wed, 22 Jan 2025 19:25:02 +0000 (+0100) Subject: Improve balance indentation display. X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%22https:/validator.w3.org/static/%7Broute%7D?a=commitdiff_plain;p=plomledger Improve balance indentation display. --- diff --git a/templates/balance.tmpl b/templates/balance.tmpl index 783e748..9ad7ecf 100644 --- a/templates/balance.tmpl +++ b/templates/balance.tmpl @@ -8,7 +8,7 @@ {{curr|truncate(4,true,"…")}} {% endif %} {% endfor %} -{% for _ in range(indent) %}     {% endfor %}{{account.basename}} +{% for _ in range(indent) %}[…]:{% endfor %}{{account.basename}} {% for curr, amt in account.wealth.moneys.items() %} {% if 1 < loop.index %}