{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Delete" %} {{ requirement.identifier }}{% endblock %} {% block contents %}

{% trans "This will permanently delete the requirement along with its links to test cases. Consider setting status to 'deprecated' instead." %}

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