{% extends "base.html" %} {% load tags %} {% block main_content %} APP : {{app_label}}
MODEL : {{actual_model_name}}
PLURIZED MODEL : {{pluralized_model_name}}

Delete {{actual_model_name}}

Are you sure?

Are you sure you want to delete the selected {{actual_model_name}}? {{ object}}
{% csrf_token %}
{% endblock %}