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

Remove {{ object }}?

Are you sure you want to remove {{ object }}?

Once it is removed, it will be gone forever. There is no way to undo this operation.

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