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

Really delete this individual {{ object }}?

This action cannot be undone

{% csrf_token %}
{% endblock %}