{% extends 'base.html' %} {% block title %}Delete Hotel{% endblock %} {% block page_title %}Delete Hotel{% endblock %} {% block content %}
Confirm Deletion
Delete "{{ hotel.name }}"?

{{ hotel.registration_number }}

This will permanently delete the hotel and all its rooms. Bookings referencing these rooms will be affected.

{% csrf_token %}
Cancel
{% endblock %}