{% for disposition in pagination %} {% set assignment = disposition.assignment %}
{{ icon('flag-' ~ assignment.destination.country, 'w-5 h-5 shrink-0') }} {{ assignment.destination.product }}
{{ icon('calendar', 'w-5 h-5 shrink-0') }} {{ assignment.destination.dateFrom|date('d.m.Y') }} - {{ assignment.destination.dateTo|date('d.m.Y') }}
{{ icon('profile', 'w-5 h-5 shrink-0') }} {{ assignment.jobProfile.name }}
{{ icon('house', 'w-5 h-5 shrink-0') }} {{ assignment.destination.hotel }}
{% if assignment.pickup %} {% set pickup = assignment.destination.pickup(assignment.pickup) %} {% if pickup is not null %}
{{ icon('bus', 'w-5 h-5 shrink-0') }} {{ pickup.city }}, {{ pickup.time }} Uhr
{% endif %} {% endif %}
{{ icon('info', 'w-4 h-4 shrink-0') }} Details
{% else %} Keine Einträge... {% endfor %}
{{ knp_pagination_render(pagination, 'paginator/sliding_boxes.html.twig') }}