Jobprofil
{{ assignment.jobProfile.name }}
Destination
{{ assignment.destination.product }}
Einsatztermin
{{ assignment.effectivePeriod.start|date('d.m.Y') }} - {{ assignment.effectivePeriod.end|date('d.m.Y') }}
{% if assignment.pickup %}
Busbegleitung
{{ assignment.pickup|bpn_pickup_label }}
{% if assignment.pickupDate %}
Busabfahrt
{{ assignment.pickupDate|date('d.m.Y') }}
{% endif %} {% endif %} {% if application is defined and application.pickup is not null %}
Gwählter Zustieg
{{ application.pickup|bpn_pickup_label }}
{% endif %}
Du bekommst
{{ assignment.benefits|nl2list }}
{% if assignment.fees|length %}
Honorar
{% for fee in assignment.fees %} {{ fee.name }} {{ fee.value|format_money }} {% endfor %}
{% endif %} {% if additional is defined %} {% for item in additional %}
{{ item.type }}
{{ item.description|raw }}
{% endfor %} {% endif %}