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

{{project.name}}: Delete project

Warning! If you delete the project, it and its tasks will be gone forever!

Are you sure you want to delete this project and all of its tasks?

{% else %} {{ helper.render_non_existant_project() }} {% endif %} {{ helper.broken_image() }} {% endblock %}