{% load static %}

Welcome, {{ user_type }}!

Travel Bill Report

{% for bill in travel_bills %} {% endfor %}
Guest Name Cell No. Vehicle Type From Date & Time To Date & Time Visit Places Total KMs Total Amount Driver Name Action
{{ bill.guest_name }} {{ bill.cell_no }} {{ bill.vehicle_type }} {{ bill.from_date_time }} {{ bill.to_date_time }} {{ bill.visit_places }} {{ bill.total_kms }} {{ bill.total_amount }} {{ bill.driver_name }} {% if user_type|lower == "kds" %} {% elif user_type|lower == "agent" %} {% endif %}
{% load static %}