{% extends 'base.html' %} {% block content %}
Booking ID | Booking Date | Departure Date | Departure Location | Destination Location | Actions |
---|---|---|---|---|---|
{{ booking.id }} | {{ booking.booking_date }} | {{ booking.departure_date }} | {{ booking.departure_location }} | {{ booking.destination_location }} |
|