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

New Customer

{% csrf_token %} {% if form_errors %}
{{ form_errors }}
{% endif %}
{{ new_customer_form.customer_title }}
{{ new_customer_form.customer_first_name }}
{{ new_customer_form.customer_last_name }}
{{ new_customer_form.customer_email }}
{{ new_customer_form.organisation_id }}
{% endblock %}