You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FairEmail/app/src/main/assets/schema.org/flightreservation.html

22 lines
1.2 KiB

<div>
<span><strong>Reservation ID: </strong><!--$.reservationId--></span><br>
<span><strong>Reservation number: </strong><!--$.reservationNumber--></span><br>
<span><strong>Passenger: </strong><!--$.underName.name--></span><br>
<span><strong>Flight: </strong><!--$.reservationFor.flightNumber--></span><br>
<span><strong>Operated by: </strong><!--$.reservationFor.provider.name--></span><br>
<span><strong>Departing: </strong>
<!--$.reservationFor.departureAirport.name-->
(<!--$.reservationFor.departureAirport.iataCode-->)
<!--$.reservationFor.departureTime-->
</span><br>
<span><strong>Arriving: </strong>
<!--$.reservationFor.arrivalAirport.name-->
(<!--$.reservationFor.arrivalAirport.iataCode-->)
<!--$.reservationFor.arrivalTime-->
</span><br>
<span><strong>Passenger sequence number: </strong><!--$.passengerSequenceNumber--></span><br>
<span><strong>Boarding priority: </strong><!--$.passengerPriorityStatus--></span><br>
<span><strong>Boarding policy: </strong><!--$.reservationFor.provider.boardingPolicy--></span><br>
<span><strong>Security screening: </strong><!--$.securityScreening--></span><br>
</div>