From: Christian Heller Date: Mon, 27 Jan 2025 06:57:27 +0000 (+0100) Subject: Improve /balance indentation. X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%7B%7B%20web_path%20%7D%7D/static/%7B%7Bdb.prefix%7D%7D/day?a=commitdiff_plain;h=dc17bda327b41d765d8514b7671ef1cc6db4f7e2;p=plomledger Improve /balance indentation. --- diff --git a/templates/balance.tmpl b/templates/balance.tmpl index 8bf74fb..6110654 100644 --- a/templates/balance.tmpl +++ b/templates/balance.tmpl @@ -40,7 +40,7 @@ {% endif %} - {% for i in range(indent) %}    {% endfor %}{% if account.parent %}:{% endif %}{{account.basename}}{% if account.children %}:{% endif %} + {% for i in range(indent) %}        {% endfor %}{% if account.parent %}:{% endif %}{{account.basename}}{% if account.children %}:{% endif %} {% for child in account.children %} {{ account_with_children(child, indent=indent+1) }}