{{resources.flightInformationLabel}}


{{resources.passengersLabel}}

{{resources.bookerLabel}}

{{passengers[0].firstName}} {{passengers[0].lastName}}
{{booker.address.careOf}}
{{booker.address.street}}
{{booker.address.postalCode}} {{booker.address.city}}
{{booker.address.countryIsoCode}}
{{passengers[0].birthDate | formatDate: birthdateFormat }}
{{getGenderLabel(passengers[0].gender)}}
{{booker.email}}
{{booker.mobilePhone}}
{{booker.phone}}

{{resources.othersLabel}}

{{otherPassenger.firstName}} {{otherPassenger.lastName}}
{{otherPassenger.birthDate | formatDate: birthdateFormat}}
{{getGenderLabel(otherPassenger.gender)}}


{{resources.importantInformationLabel}}

{{preBookingInformation.importantFlightInformation}}

{{preBookingInformation.importantHotelInformation}}

{{preBookingInformation.flightAndTravelAreaInformation}}