{% extends "dashboard/base.html" %} {% load i18n %} {% block title %}{% trans "Delete" %}{% endblock %} {% block content %}

{% trans "Delete" %}

{% trans "This action cannot be undone." %}
{% trans "Back" %}

{% trans "Are you sure you want to delete this item?" %}

{% csrf_token %}
{% trans "Cancel" %}
{% endblock %}