{% extends "smartmin/base.html" %} {% load smartmin i18n %} {% block pre-content %}{% endblock %} {% block content %} {% block pjax %}

{% trans "Remove Item?" %}

{% blocktrans with object=object %} Are you sure you want to remove {{ object }}? {% endblocktrans %}

{% trans "Once it is removed, it will be gone forever. There is no way to undo this operation." %}

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