{% extends "base.html" %} {% block content %} {% include "_admin_header.html" %}

Services

Add service
{% for item in services %} {% else %} {% endfor %}
ID Date Time Pickup Dropoff Driver Plate Status Pax Subclass
{{ item.id }} {{ item.date }} {{ item.time }} {{ item.pickup }} / {{ item.pickup_address }} {{ item.dropoff }} / {{ item.dropoff_address }} {{ item.driver }} {{ item.vehicle_plate }} {{ item.status }} {{ item.paxname }} {{ item.subclass }} Edit
No data
{% endblock %}