{% extends 'base.html' %} {% block title %}Payment — Yatra Booking{% endblock %} {% block topbar_title %}Payment Result{% endblock %} {% block content %}
{% if success %}✅{% else %}❌{% endif %}

{{ title }}

{% if booking %}

Booking {{ booking.booking_code }} {% if payment %} · Rs. {{ payment.amount }} via eSewa {% if payment.ref_id %} · Ref {{ payment.ref_id }}{% endif %} {% endif %}

{% if success %}

Your seats are confirmed. Show your booking code when boarding.

{% endif %} {% endif %} {% if detail %}

{{ detail }}

{% endif %} Go to My Bookings
{% endblock %}