{% extends "todo/base.html" %} {% block title %}{{ list_title }} to-do items{% endblock %} {% block content %} {% if user.is_staff %}

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

Category tally:

... all of which will be irretrievably blown away. Are you sure you want to do that?

{% csrf_token %}

Return to list: {{ list.name }} {% else %}

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

{% endif %} {% endblock %}