{% extends 'admin/layout.html.twig' %} {% block title %}Einsatzübersicht{% endblock %} {% block content %}
| Name | Anmerkungen | Status | |
|---|---|---|---|
| {{ application.teamer }} | {{ application.requests|nl2br }} | {{ ('label.application.status.' ~ application.status)|trans }} |
{% if is_granted('DISPOSE', application) %}
{% endif %}
{% if is_granted('REJECT', application) %}
{% endif %}
{% if is_granted('DELETE', application) %}
{% endif %}
|
| Bisher liegen keine Bewerbungen vor... | |||