{% extends "_base.html" %} {% load static %} {% load filters %} {% block styles %} {{ block.super }} {% endblock styles %} {% block ui_active_tab %}'appointment_types'{% endblock ui_active_tab %} {% block page_header %}Delete appointment type{% endblock page_header %} {% block page_description %}{% endblock page_description %} {% block title %}{{ block.super }} - Delete appointment type{% endblock %} {% block breadcrumb %} {% include "languages/breadcrumb.html" %} {% endblock breadcrumb %} {% block maincontent %} {% block content %}

Confirm deletion

{% csrf_token %}

Are you sure you want to delete appointment type "{{ object.description }}"?

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