{% extends "forms.html" %} {% block title %}Delete{{ record_type }}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if errors %}To delete this {{ record_type }} first address the following issues:
Are you sure you want to delete the {{ record_type }} "{{ record.description }}"?
{% endif %} {% endblock %}