aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoris Guyonvarch2026-04-18 11:29:15 +0200
committerJoris Guyonvarch2026-04-18 11:29:15 +0200
commit94520e13a7f1bf45e94b4f28ea37f3703763baf7 (patch)
tree4d16f440b266dddec449b9a072031c3f8e5ce9f7 /templates
parentf3c8651faaea7d1c2900442cdba9e8aec49e8f45 (diff)
Show date for balancings
Diffstat (limited to 'templates')
-rw-r--r--templates/balancing/table.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/balancing/table.html b/templates/balancing/table.html
index 72f3b37..07687fb 100644
--- a/templates/balancing/table.html
+++ b/templates/balancing/table.html
@@ -29,6 +29,7 @@
<span class="g-Table__Cell">Montant</span>
<span class="g-Table__Cell">De</span>
<span class="g-Table__Cell">Vers</span>
+ <span class="g-Table__Cell">Date</span>
</div>
{% for balancing in balancings %}
<a
@@ -40,6 +41,7 @@
</span>
<span class="g-Table__Cell">{{ balancing.source }}</span>
<span class="g-Table__Cell">{{ balancing.destination }}</span>
+ <span class="g-Table__Cell">{{ balancing.date }}</span>
</a>
{% endfor %}
</div>