{% extends theme('base.html') %} {% block content %}
{% if user != edited_user %} {% trans user_name=(edited_user.formatted_name or edited_user.identifier) %} Are you sure you want to delete the account of {{ user_name }}? This action is unrevokable and all the data about this user will be removed. {% endtrans %} {% else %} {% trans %} Are you sure you want to delete your account? This action is unrevokable and all your data will be removed forever. {% endtrans %} {% endif %}