{% extends "_base.html" %} {% load static %} {% load filters %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'configuration'{% endblock ui_active_tab %} {% block page_header %}Delete location{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block title %}{{ block.super }} - Delete location{% endblock %} {% block breadcrumb %} {% include "locations/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %} {% block content %}

Confirm deletion

{% csrf_token %}

Are you sure you want to delete location "{{ object.name }}"?

Appointments with this location would not be visible in appointments calendar view (appointments in calendar view are filtered by available locations assigned to the logged user).

{% endblock %} {% endblock maincontent %} {% block scripts %} {{ block.super }} {% endblock scripts %}