{% 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
Customer address
Status and machine interest
Contact details
{% for idx in range(1, max_contacts + 1) %} {% set contact = contact_lookup.get(idx) %}
{% endfor %}
Cancel
{% endblock %}