{% extends 'base.html' %} {% load i18n %} {% block content %}

{{ title|safe }}

{% csrf_token %}
{{ message_alert }} "{{ object }}"?
{% endblock %}