{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Delete project" %}: {{ project.name }}{% endblock %} {% block contents %}

{% blocktrans with name=project.name %} This will permanently delete project {{ name }}, along with its feature and requirement assignments to it. Consider setting the status to cancelled or closed instead so historical data is retained. {% endblocktrans %}

{% csrf_token %} {% trans "Cancel" %}
{% endblock %}