Jobprofil
{{ assignment.jobProfile.name }} {% if assignment.jobProfileInfo %}
{{ assignment.jobProfileInfo|nl2br }}
{% endif %}
Destination
{{ assignment.destination.product }}
Einsatztermin
{{ assignment.effectivePeriod.start|date('d.m.Y') }} - {{ assignment.effectivePeriod.end|date('d.m.Y') }}
{% if assignment.pickup %} {% set pickup = assignment.destination.pickup(assignment.pickup) %} {% if pickup is not null %}
Busbegleitung
ab {{ pickup.city }}, {{ pickup.street }}
Busabfahrt
{{ pickup.time }} Uhr
{% endif %} {% endif %} {% if application is defined and application is not null and application.pickup is not null %}
Gewä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 %}