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

Services

{% for item in services %} {% else %} {% endfor %}
ID Date Time Pickup Dropoff Pax Subclass
{{ item.id }} {{ item.date }} {{ item.time }} {{ item.pickup_address }} {{ item.dropoff_address }} {{ item.paxname }} {{ item.subclass }} Edit
No data
{% endblock %}