{% extends "base.html" %} {% block title %}Delete customer | Customer Log & Sign Off{% endblock %} {% block content %}

Delete customer

This action is password protected and cannot be undone.

Back to Customer Log

Confirm deletion

You are about to permanently delete this customer record.

Customer
{{ customer.company_name }} {% if customer.address_summary %}{{ customer.address_summary }}{% endif %}
Contacts {{ customer.contacts|length }}
Sign-off records {{ order_summary.order_count }}
Machines / labels {{ order_summary.item_count }}
Deletion warning

Deleting this customer will also remove their contacts and any linked Sign Off records, including assigned machine serial label records.

Cancel
{% endblock %}