{% 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 %}
{% set alertType = news.status == 2 ? 'warning' : 'info' %}
{% include '_partials/_alert.html.twig' with { 'type': alertType, 'message': news.message } %}
{% 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 %}