{% extends "django_mailman3/profile/base.html" %} {% load i18n %} {% load static %} {% load bootstrap_tags %} {% block user_profile_content %}
{% csrf_token %}

{% blocktrans trimmed %} Are you sure you want to delete your account? This will remove your account along with all your subscriptions. {% endblocktrans %}

{% endblock %}