{% extends "base.html" %} {% block content %}

Delete Business

Warning: This action cannot be undone

Deleting this business will permanently remove all associated data.

You are about to delete:

{{ business.name }}

{% if business.trade_name %}

{{ business.trade_name }}

{% endif %}

{{ business.get_business_type_display }}

{{ business.accounting_period_start|date:"d M Y" }} → {{ business.accounting_period_end|date:"d M Y" }}

{% csrf_token %} Cancel
{% endblock %}