{% extends "base.html" %} {% block headers %}

Remove {{ name }}

{% endblock headers %} {% block content %}

{{ name }}: {{ object.html() }}

Are you sure you want to remove this {{ name }}? confirm

{% endblock %}