{% extends "base.html" %} {% block title %}Delete House{% endblock %} {% block page_title %}Delete House{% endblock %} {% block content %}
Confirm Delete
Delete {{ house.house_number }}?

This will permanently delete this house and all its {{ house.total_rooms }} room(s) and payment records. This action cannot be undone.

{% csrf_token %} Cancel
{% endblock %}