{% extends "forms.html" %} {% block title %}Delete{{ record_type }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if errors %}

Cannot delete {{ record_type }} "{{ record.description }}".


To delete this {{ record_type }} first address the following issues:

{% else %}

Are you sure?

Are you sure you want to delete the {{ record_type }} "{{ record.description }}"?

{% csrf_token %}
{% endif %} {% endblock %}