{% extends "base.html" %} {% block title %}Delete Partner{% endblock title %} {% block subtitle %}The partner data will be deleted.{% endblock subtitle %} {% block content %}
{% csrf_token %}

Invoices will be kept, but any references to this partner will be replaced with generic ones.

Are you sure you want to proceed?
This action is irreversible.


Cancel
{% endblock content %}