{% extends "base.html" %} {% block title %}Delete {{ member.full_name }}{% endblock %} {% block content %}

Are you sure you want to delete "{{ member.full_name }}"?

This action cannot be undone.

{% csrf_token %} Cancel
{% endblock %}