diff --git a/templates/admin/assignment/index.html.twig b/templates/admin/assignment/index.html.twig index 3c729ad..33a32e3 100644 --- a/templates/admin/assignment/index.html.twig +++ b/templates/admin/assignment/index.html.twig @@ -37,33 +37,42 @@ {% set dateFrom = assignment.dateFrom ? assignment.dateFrom : assignment.destination.dateFrom %} - {{ dateFrom|date('d.m.Y') }} + + {{ dateFrom|date('d.m.Y') }} + {% set dateTo = assignment.dateTo ? assignment.dateTo : assignment.destination.dateTo %} - {{ dateTo|date('d.m.Y') }} + + {{ dateTo|date('d.m.Y') }} + - {{ assignment.jobProfile.name }} + + {{ assignment.jobProfile.name }} + - {{ assignment.destination.product }} -
- {{ assignment.destination.hotel }} + + {{ assignment.destination.product }} +
+ {{ assignment.destination.hotel }} +
- {{ assignment.pickup ? assignment.pickup|bpn_pickup_label|default('-') : '-' }} -
- {{ assignment.effectivePickupDate ? assignment.effectivePickupDate|date('d.m.Y') : '' }} + + {{ assignment.pickup ? assignment.pickup|bpn_pickup_label|default('-') : '-' }} +
+ {{ assignment.effectivePickupDate ? assignment.effectivePickupDate|date('d.m.Y') : '' }} +
- {{ assignment.applications|length }}/{{ assignment.availableDispositions - assignment.dispositions|length }} + + {{ assignment.applications|length }}/{{ assignment.availableDispositions - assignment.dispositions|length }} +
- - {{ icon('info', 'w-5 h-5') }} - {{ icon('edit', 'w-5 h-5') }}