{f:translate(key: 'header.company')}

{reservation.company.name}
{reservation.company.address}
{reservation.company.zip} {reservation.company.city}
{reservation.company.country}

{f:translate(key: 'label.contact', default: 'Contact')}

{f:translate(key: 'label.gender.{reservation.contact.gender}')}
{reservation.contact.firstName} {reservation.contact.lastName}
{reservation.contact.phone}
{reservation.contact.email}

{f:translate(key: 'header.participants', default: 'Participants')}

{f:translate(key: 'header.billingAddress', default: 'Billing Address')}

{f:translate(key: 'label.gender.{reservation.billingAddress.gender}', default: '[translate] label.gender.x')} {reservation.billingAddress.name}
{reservation.billingAddress.firstName} {reservation.billingAddress.lastName}
{reservation.billingAddress.address}
{reservation.billingAddress.zip} {reservation.billingAddress.city}
{reservation.billingAddress.country}