{% extends 'admin/layout.html.twig' %} {% block content %}

Neue Bewerbungen

{% if newApplicationsCount > 0 or pendingApplicationsCount > 0 %}

{{ newApplicationsCount }} neu, {{ pendingApplicationsCount }} in Bearbeitung

{% endif %}

Neue Dokumente

{% if newDocumentsCount > 0 or pendingDocumentsCount > 0 %}

{{ newDocumentsCount }} neu {{ pendingDocumentsCount }} in Bearbeitung

{% endif %}

Neue Einsätze

Neue VerfĂĽgbarkeiten

Neue Feedbacks

{% if pendingFeedbacksCount > 0 %}

{{ pendingFeedbacksCount }} freizugeben

{% endif %}
{% endblock %}