{% extends 'base.html' %} {% block title %}Delete Task - Task Management System{% endblock %} {% block content %}

Delete Task

Are you sure you want to delete this task?

{{ task.title }}

This action cannot be undone. All comments and associated data will be permanently removed.

{% csrf_token %}
Cancel
{% endblock %}