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

Confirm Delete

Are you sure you want to delete player {{ object.surname }} {{ object.other_names }}?

{% csrf_token %} Cancel
{% endblock %}