{% extends "base.html" %} {% block core %}

Remove Task

{% if admin.permission_all %}

Are you sure you want to remove task {{ task.name }} from CMS, including all related data?
This will remove {{ submission_count }} submission(s).
This operation cannot be undone.


Yes, remove No {% else %} You do not have permission to remove a task. {% endif %} {% endblock core %}