{{ 'reservation.preview.customer.name'|trans }}
{{ customer.salutation }} {{ customer.firstname }} {{ customer.lastname }}
{{ 'customer.remark'|trans }}
{% if customer.remark %}{{ customer.remark|nl2br }}{% else %} -{% endif %}
{{ 'customer.birthday'|trans }}
{% if customer.birthday %} {{ customer.birthday|date('d.m.Y') }} {% endif %}
{% if customer.iDNumber %}
{{ 'customer.id.number'|trans }}
{{ customer.idType.value|trans }}: {{ customer.iDNumber }}
{% endif %}