{% extends "base.html" %} {% block title %}Booking Confirmed — LobsterGym{% endblock %} {% block content %}
Confirmation Code: {{ booking.confirmation }}
Flight: {{ booking.flight_id }}
Passenger: {{ booking.passenger_name }}
Email: {{ booking.passenger_email }}