{% extends 'base.html' %} {% load static %} {% block title %}Delete Staff - {{ staff.user.get_full_name }}{% endblock %} {% block content %}
Confirm Delete

Delete {{ staff.user.get_full_name }}?

Employee ID: {{ staff.employee_id }} • Role: {{ staff.get_role_display }}

This action cannot be undone. This will permanently delete the staff member and their associated user account.
Cancel
{% csrf_token %}
{% endblock %}