{% extends 'base.html' %} {% block title %}Delete Staff{% endblock %} {% block content %}

Confirm Staff Deletion

Are you sure you want to delete {{ staff.username }}?

{% csrf_token %}
Cancel
{% endblock %}