home · contact · privacy
Improve balance indentation display. master
authorChristian Heller <c.heller@plomlompom.de>
Wed, 22 Jan 2025 19:25:02 +0000 (20:25 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 22 Jan 2025 19:25:02 +0000 (20:25 +0100)
templates/balance.tmpl

index 783e74854797436955e6f216158be2ac4e84efd4..9ad7ecf13d9c9205df9989c96eba8dafcf9a7714 100644 (file)
@@ -8,7 +8,7 @@
 <td class="curr">{{curr|truncate(4,true,"…")}}</td>
 {% endif %}
 {% endfor %}
 <td class="curr">{{curr|truncate(4,true,"…")}}</td>
 {% endif %}
 {% endfor %}
-<td rowspan={{ account.wealth.moneys|length }}>{% for _ in range(indent) %}&nbsp; &nbsp; &nbsp;{% endfor %}{{account.basename}}</td>
+<td rowspan={{ account.wealth.moneys|length }}>{% for _ in range(indent) %}[…]:{% endfor %}{{account.basename}}</td>
 </tr>
 {% for curr, amt in account.wealth.moneys.items() %}
 {% if 1 < loop.index %}
 </tr>
 {% for curr, amt in account.wealth.moneys.items() %}
 {% if 1 < loop.index %}