{% extends 'admin_base_layout.html' %} {% load static %} {% block content %} Kila Kolis | Travel Bookings

Travel Bookings

{% comment %}

All Route Lists

{% endcomment %}
{% if route_obj %} {% for doctor in route_obj %} {% endfor %} {% else %} {% endif %}
ID Sender Traveler Travelling from Travelling to Action
{{ doctor.id }}
user {{ doctor.requests.sender.full_name }}
user {{ doctor.requests.traveller.full_name }}
{{ doctor.requests.route.travelling_from }} {{ doctor.requests.route.travelling_to }}
No data found
{% if route_obj %} {% endif %}
{% endblock %}