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

{% trans "Delete Newsletter" %}

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

"{{ object.title }}"

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

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