{% extends base_template %}{% load i18n %} {% block content %}

{% translate 'Confirm Delete' %}

{% csrf_token %}
{% blocktranslate with title=material.title_fr|default:material.title_en %} Are you sure you want to delete "{{ title }}"? {% endblocktranslate %}

{% translate 'This action cannot be undone.' %}

{% translate 'Cancel' %}
{% endblock %}