diff --git a/templates/teamer/application/index.html.twig b/templates/teamer/application/index.html.twig index 0ad5865..b014db0 100644 --- a/templates/teamer/application/index.html.twig +++ b/templates/teamer/application/index.html.twig @@ -57,6 +57,8 @@ {{ icon('star', 'w-5 h-5 text-yellow-500 absolute top-0 right-0 mt-2 mr-2') }} {% endif %} + {% else %} + Keine Einträge... {% endfor %} {{ knp_pagination_render(pagination, 'paginator/sliding_boxes.html.twig') }} diff --git a/templates/teamer/assignment/index.html.twig b/templates/teamer/assignment/index.html.twig index db1d62c..0c29bd3 100644 --- a/templates/teamer/assignment/index.html.twig +++ b/templates/teamer/assignment/index.html.twig @@ -94,6 +94,8 @@ {{ icon('star', html_classes('w-5 h-5', { 'text-yellow-500': isBookmarked, 'text-gray-200': not isBookmarked } )) }} + {% else %} + Keine Einträge... {% endfor %} {{ knp_pagination_render(pagination, 'paginator/sliding_boxes.html.twig') }} diff --git a/templates/teamer/disposition/_list.html.twig b/templates/teamer/disposition/_list.html.twig index 4337d3e..165d3f4 100644 --- a/templates/teamer/disposition/_list.html.twig +++ b/templates/teamer/disposition/_list.html.twig @@ -35,6 +35,8 @@ Details + {% else %} + Keine Einträge... {% endfor %} {{ knp_pagination_render(pagination, 'paginator/sliding_boxes.html.twig') }}