{% extends "./template.html" %} {% block content %} {% load static %} {% if not MAPBOX_API_TOKEN == '' %} {% elif not GOOGLE_MAP_API_TOKEN == '' %} {% endif %}

Customer Campus

{% csrf_token %}
{{ customer_campus_results.customer_id.customer_first_name }}
{{ customer_campus_results.customer_id.customer_last_name }}
{{ customer_campus_results.customer_id.customer_email }}
{{ customer_campus_form.customer_phone }}
{{ customer_campus_form.customer_fax }}
{{ customer_campus_results.campus_id.campus_suburb }}
{{ customer_campus_results.campus_id.campus_region_id }}
{{ customer_campus_results.campus_id.campus_country_id }}
{% if permission > 1 %} {% endif %} Return

Map

{% endblock %}