{% extends "authentic2/base-page.html" %} {% load i18n %} {% block content %}
{% blocktrans with full_name=user.get_full_name %} You are about to delete the account of {{ full_name }}. This will remove all related personal data and you won't be able to log in with this account anymore. {% endblocktrans %}