{% if not teamer.photo %}
{% include '_partials/_toast.html.twig' with { level: 'info', messages: ['Bitte lade ein Foto von dir hoch'] } %}
{% endif %}
{% if news is not null %}
{{ icon('alert', 'w-5 h-5 flex-shrink-0') }}
{{ news.message | nl2br }}
{% endif %}
Meine Bewerbungen
{% for application in pendingApplications %}
{% set assignment = application.assignment %}
{% for disposition in dispositionDocuments %}
{% set assignment = disposition.assignment %}
{% if disposition.contractDue or disposition.invoiceDue or disposition.contractRejected %}