Kacheln repariert unbegrenzt
This commit is contained in:
parent
771470e5b1
commit
0f74b9253a
1 changed files with 3 additions and 56 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue