{% extends 'base.html' %} {% block title %}Checkout โ€” Yatra Booking{% endblock %} {% block topbar_title %}Checkout & Payment{% endblock %} {% block content %}

๐ŸŽŸ๏ธ Booking {{ booking.booking_code }}

โฑ๏ธ Pay within --:--
{% if seats %} {% else %} {% endif %}
Trip {{ booking.schedule.route.source_city.city_name }} โ†’ {{ booking.schedule.route.destination_city.city_name }}
Bus {{ booking.schedule.bus.bus_name }}
Departure {{ booking.schedule.departure_time|date:"D, d M Y ยท h:i A" }}
Seats {% for bs in seats %}{{ bs.seat.seat_number }}{% if not forloop.last %}, {% endif %}{% endfor %}
Seats {{ booking.seats_count }} seat(s)
Total to pay Rs. {{ booking.total_amount }}
{% for name, value in form_fields.items %} {% endfor %}

You'll be taken to eSewa's secure page to sign in and confirm. Test wallet: 9711111111 / Nepal@123 / token 123456 (sandbox).

โ† Pay later (seats held until the timer ends)

{% endblock %} {% block scripts %} {% endblock %}