{% extends "base.html" %} {% load static %} {% block title %}Delete Employee - {{ employee.get_full_name }} - {{ block.super }}{% endblock %} {% block content %}
You are about to permanently delete the employee record for {{ employee.get_full_name }}. This will remove all associated data and cannot be reversed.
Choose how to handle the employee's associated data:
Note: You may need to resolve these issues before deletion can proceed.