diff --git a/templates/admin/index.html.twig b/templates/admin/index.html.twig index 7273023..0d642c7 100644 --- a/templates/admin/index.html.twig +++ b/templates/admin/index.html.twig @@ -114,9 +114,11 @@

Neue Feedbacks

-

- {{ pendingFeedbacksCount }} freizugeben -

+ {% if pendingFeedbacksCount > 0 %} +

+ {{ pendingFeedbacksCount }} freizugeben +

+ {% endif %}