From e9574d6c586c88f11e4f7e654f678c89710b1faa Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 15 Jan 2026 22:04:01 +0100 Subject: [PATCH] Minor template code simplification. --- src/templates/balance.tmpl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/templates/balance.tmpl b/src/templates/balance.tmpl index 4b71c7a..403fe88 100644 --- a/src/templates/balance.tmpl +++ b/src/templates/balance.tmpl @@ -69,11 +69,7 @@ span.indent { {##}{% endif %} {{_()}} {{_()}} -{{_()}} {##} -{######}{% for n in range(name_indent) -%} -  {# -#} -{######}{% endfor -%} - +{{_()}} {{ ' '|safe * name_indent }} {{- ":" if account.parent }} {{- account.basename }} {{- ":" if account.children }} -- 2.30.2