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

Einsatzübersicht

{% if filterDto.active %} Reset {% endif %}
{% for assignment in pagination %} {% else %} {% endfor %}
{{ knp_pagination_sortable(pagination, 'Einsatz­zeitraum', 'destination.dateFrom') }} {{ knp_pagination_sortable(pagination, 'Destination', 'destination.product') }} {{ knp_pagination_sortable(pagination, 'Jobprofil', 'job_profile.name') }} {{ knp_pagination_sortable(pagination, 'Bus', 'assignment.pickup') }} Bewerbungen
Status
{{ assignment.effectivePeriod.start|date('d.m.Y') }} -
{{ assignment.effectivePeriod.end|date('d.m.Y') }}
{{ icon('flag-' ~ assignment.destination.country, 'w-5 h-5 shrink-0') }}
{{ assignment.destination.product }}
{{ assignment.destination.hotel }}
{{ assignment.jobProfile.name }} {% if assignment.pickup %} {% set pickup = assignment.destination.pickup(assignment.pickup) %} ab {{ pickup.city }}
{{ pickup.time }} Uhr
{% else %} - {% endif %}
{{ assignment.validApplications|length }}/{{ assignment.availableDispositions - assignment.dispositions|length }} {% if assignment.status == 'closed' %} {{ icon('locked', 'w-4 h-4 text-red-500') }} {% else %} {{ icon('unlocked', 'w-4 h-4') }} {% endif %}
{{ icon('copy', 'w-5 h-5') }} {% if is_granted('EDIT', assignment) %} {{ icon('edit', 'w-5 h-5') }} {% endif %}
Keine Daten...
{{ knp_pagination_render(pagination) }}
Neu {% endblock %}