{% extends "./template.html" %} {% block content %}

Search Customers

{% csrf_token %}
{{ search_customer_form.search_customer }}
{% if customer_permission >= 3 %} New Customer {% endif %} {% for customer in customer_results %} {% endfor %}
Customer Name Organisation
{{ customer.customer_full_name }} {{ customer.organisation_id }}
{% endblock %}