{% extends 'teamer/layout.html.twig' %} {% block title %}Einsatzübersicht{% endblock %} {% block content %}

Einsatzübersicht

{% include '_partials/_assignment_info.html.twig' %}

Voraussetzungen für diesen Einsatz

{% include '_partials/_assignment_requirements_info.html.twig' %}
{% if disposition is not null %} {% elseif application is not null %} {% if application.status == constant('App\\Entity\\Application::STATUS_REJECTED') %} {% if application.comment and application.commentVisible %} Begründung: {{ application.comment|nl2br}} {% endif %} {% endif %} {% if application.status == constant('App\\Entity\\Application::STATUS_PENDING') %} {% if application.comment and application.commentVisible %} Begründung: {{ application.comment|nl2br}} {% endif %} {% endif %} {% if is_granted('WITHDRAW', application) %} {% endif %} {% else %}
Erfüllst du mehrere oder alle Voraussetzungen für diesen Einsatz?
Hier bewerben! {% if not isBookmarked %}auf die Merkliste setzen{% else %}von der Merkliste löschen{% endif %} {% endif %} zurück
{% endblock %}