{% extends "demo/base.html" %} {% load static %} {% block content %}

Traveler Details*

Confirmed final price for your flight from {{ departure_iata_code }} to {{ arrival_iata_code }} is {{ new_price }} {{ new_currency }}

Fill in the information below select a payment method to book the flight

{% csrf_token %}
Personal details
Contact
Documents
...
Payment details...
{% endblock %}