{% extends 'base.html' %} {% load static %} {% block title %}Delete Student - Rapha-Bethel BNPS{% endblock %} {% block content %}

Confirm Delete

Are you sure you want to delete?

{{ student.first_name }} {{ student.last_name }}
ID: {{ student.student_id }}

This action cannot be undone. All associated records will also be deleted.

{% csrf_token %}
Cancel
{% endblock %}