{% extends "tickets/base.html" %} {% block title %}Delete list{% endblock %} {% block content %} {% if user.is_staff %}

Delete entire list: {{ task_list.name }} ?

{% csrf_token %}

Return to list: {{ task_list.name }}

{% else %}

Sorry, you don't have permission to delete lists. Please contact your group administrator.

{% endif %} {% endblock %}