{% extends "base.html" %} {% block title %}Deactivate Customer{% endblock %} {% block page_title %}Deactivate Customer{% endblock %} {% block content %} {% include "partials/breadcrumb.html" %}

Deactivate customer {{ customer.name }} ({{ customer.mobile_number }})?

{% csrf_token %} Cancel
{% endblock %}