{% extends 'core/base.html' %} {% block content %}

Confirm Tenant Deletion

Are you sure you want to delete the tenant "{{ tenant.user.email }}"?

{% csrf_token %} Cancel
{% endblock %}