{% extends "postorius/base.html" %} {% load i18n %} {% load static %} {% load bootstrap_tags %} {% load postorius_helpers %} {% block head_title %} {% trans 'Delete Account' %} - {{ auser|user_display }} {% endblock %} {% block content %}
{% blocktrans trimmed %} Are you sure you want to delete this account? This will remove the account along with all its subscriptions. {% endblocktrans %}