{% extends "./template.html" %} {% block content %} {% load static %} {% if not MAPBOX_API_TOKEN == '' %} {% elif not GOOGLE_MAP_API_TOKEN == '' %} {% endif %}
First Name | Last Name | Phone | Fax | Delete | |
{{ row.customer_id.customer_first_name }} | {{ row.customer_id.customer_last_name }} | {{ row.customer_id.customer_email }} | {{ row.customer_phone }} | {{ row.customer_fax }} | Delete |
There are no customers at this campus
{% endif %}