Your Bookings

{% if tickets %} {% for ticket in tickets %} {% endfor %}
Route Departure Amount Payment Method Paid At
{{ ticket.route.origin }} → {{ ticket.route.destination }} {{ ticket.route.departure_time }} Rp{{ ticket.payment.amount }} {{ ticket.payment.payment_method }} {{ ticket.payment.paid_at }}
{% else %}

You haven't booked any tickets yet.

{% endif %}