{% extends 'core/base.html' %} {% block content %}

Confirm staff Deletion

Are you sure you want to delete the staff "{{staff.user}}"?

{% csrf_token %} Cancel
{% endblock %}