Kacheln repariert unbegrenzt

This commit is contained in:
hubobel 2026-06-21 18:13:57 +02:00
parent 771470e5b1
commit 0f74b9253a

View file

@ -161,63 +161,8 @@
{% endfor %}
</tbody>
</table>
<div class="card">
<h2>
Unbekannte Buchungen
</h2>
{% if unknown_transactions %}
<p>
{{ unknown_transactions|length }}
Buchungen offen
</p>
<table class="transaction-table">
{% for t in unknown_transactions %}
<tr>
<td>
{{ t.date }}
</td>
<td>
{{ t.applicant_name }}
</td>
<td>
{{ "%.2f"|format(t.amount) }} €
</td>
</tr>
{% endfor %}
</table>
<br>
<a href="/categories">
<button type="button">
Kategorien öffnen
</button>
</a>
{% else %}
<p>
Keine unbekannten Buchungen.
</p>
{% endif %}
</div>
</div>
</div>
{% else %}
<p>
@ -227,6 +172,7 @@
{% endif %}
</div>
<div class="card">
<h2>
@ -283,6 +229,7 @@
{% endif %}
</div>
</div>
</div>