home
·
contact
·
privacy
projects
/
plomledger
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa95284
)
Improve balance indentation display.
master
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 22 Jan 2025 19:25:02 +0000
(20:25 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 22 Jan 2025 19:25:02 +0000
(20:25 +0100)
templates/balance.tmpl
patch
|
blob
|
history
diff --git
a/templates/balance.tmpl
b/templates/balance.tmpl
index 783e74854797436955e6f216158be2ac4e84efd4..9ad7ecf13d9c9205df9989c96eba8dafcf9a7714 100644
(file)
--- a/
templates/balance.tmpl
+++ b/
templates/balance.tmpl
@@
-8,7
+8,7
@@
<td class="curr">{{curr|truncate(4,true,"…")}}</td>
{% endif %}
{% endfor %}
-<td rowspan={{ account.wealth.moneys|length }}>{% for _ in range(indent) %}
{% 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 %}