diff --git a/templates/index.html b/templates/index.html index 1949cd9..57d71e0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -161,63 +161,8 @@ {% endfor %} -
-

- Unbekannte Buchungen -

- - {% if unknown_transactions %} - -

- {{ unknown_transactions|length }} - Buchungen offen -

- - - - {% for t in unknown_transactions %} - - - - - - - - - - - - {% endfor %} - -
- {{ t.date }} - - {{ t.applicant_name }} - - {{ "%.2f"|format(t.amount) }} € -
- -
- - - - - - - - {% else %} - -

- Keine unbekannten Buchungen. -

- - {% endif %} - -
- + {% else %}

@@ -227,6 +172,7 @@ {% endif %} +

@@ -283,6 +229,7 @@ {% endif %}

+