{% extends "cruds/base.html" %} {% load i18n %} {% block content %}

{% trans "Remove" %} {{ object }}?

{% csrf_token %}

{% endblock %}