{% extends "/base.html" %} {% set active_page = "projects" %} {% set active_link = "settings" %} {% import "projects/_helpers.html" as helper %} {% block content %} {{ helper.render_project_local_nav(project, 'deletetasks', current_user, pro_features, staff_or_admin) }}

{{project.name}}: Delete all Tasks and Task Runs

Warning! If you delete the tasks and task runs they will be gone forever!

Are you sure you want to delete ALL of the project tasks and associated task runs?

{{ helper.broken_image() }} {% endblock %}