{% extends "base.html" %} {% block title %}Edit {{ customer.company_name }} | Customer Log & Sign Off{% endblock %} {% block content %} Edit customer {{ customer.company_name }} Back to Customer Log Company Company name Website Customer address Address line 1 Address line 2 Town / city County Postcode Country Status and machine interest Created date Machine interest Select machine interests {% for machine in machine_options %} {{ machine }} {% endfor %} Status Select status {% for option in status_options %} {{ option }} {% endfor %} Contact details {% for idx in range(1, max_contacts + 1) %} {% set contact = contact_lookup.get(idx) %} Contact name Role Phone Email {% endfor %} + Add another contact Next contact date Notes {{ customer.notes or '' }} Save changes Cancel {% endblock %}
{{ customer.company_name }}