{% 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, active_link, current_user) }}

{{project.name}}: {{ _('Delete all Tasks and Task Runs') }}

{{_('Danger Zone!')}} {{_('If you delete all the tasks and task runs they will be gone forever!')}}
{{_('You cannot undo this action!')}}
{{ helper.render_project_summary(project, n_tasks, overall_progress, last_activity, current_user) }}

{{_('Are you sure you want to delete ALL the project tasks and associated task runs?')}}

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