{% extends "base.html" %} {% load i18n %} {% comment %} layerindex-web - delete account confirmation template Copyright (C) 2018 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% block content %} {% autoescape on %}
Are you sure you want to delete your account under the name "{{ user.username }}"? This will remove all associated records and cannot be undone!
To confirm, please enter your password below and then click on Delete account.