{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% block title %}{{title}}{% endblock %} {% block content %}
{% trans "Are you sure you want to delete this? This action cannot be undone." %}
{{ delete_message }}