1 2 3 4 5 6
{% extends "base.html" %} {% load i18n %} {% block content %} <p>{%trans "Item successfully deleted"%}</p> </div> {% endblock %}