diff --git a/templates/admin/index.html.twig b/templates/admin/index.html.twig
index d8ec903..2a38adc 100644
--- a/templates/admin/index.html.twig
+++ b/templates/admin/index.html.twig
@@ -158,59 +158,71 @@
{% endfor %}
+ {% set overdueFeedbacksCount = overdueFeedbacks|length %}
+ {% set overdueContractsCount = overdueContracts|length %}
+
+
+ Überfällige Honorarverträge
+ {% if overdueContractsCount > 0 %}
+ {{ overdueContractsCount }} überfälllig
+ {% endif %}
+
+
-
-
- Überfällige Honorarverträge
-
-
+ {% include '_partials/_dot.html.twig' %}
+
{{ disposition.teamer.fullName(true) }}
+
+
+ {% else %}
+
+ -
+
+ {% endfor %}
+
+
{% endblock %}
\ No newline at end of file