{% set pickup = assignment.destination.pickup(assignment.pickup) %} {% if pickup is not null %}
  • Busbegleitung ab {{ pickup.city }} {% if has_pickup(assignment.pickup, teamer) %} {{ icon('check', 'w-5 h-5 text-green-500 shrink-0') }} {% else %} {{ icon('close', 'w-5 h-5 text-red-500 shrink-0') }} {% endif %}
  • {% endif %} {% for training in assignment.jobProfile.requiredTrainings %}
  • {{ training.name }} absolviert {% if teamer.trainingAttendance(training) %} {{ icon('check', 'w-5 h-5 text-green-500 shrink-0') }} {% else %} {{ icon('close', 'w-5 h-5 text-red-500 shrink-0') }} {% endif %}
  • {% if not loop.last %}
  • oder
  • {% endif %} {% endfor %}