{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Delete Case" %}{% endblock %} {% block content %}

Really delete the case {{ object.name }}?

This action cannot be undone

{% csrf_token %}
{% endblock %}