@include 'header.html'
@{user.email}
@{user.gender}
| From | To | Departure | Price | Status |
|---|---|---|---|---|
| @{flight.from} | @{flight.to} | @{flight.departure} | $@{flight.price} | @if flight.bookings[0].status == 'confirmed' Confirmed @else if flight.bookings[0].status == 'cancelled' Cancelled @else Pending @end |
No bookings found
@end