{% extends "dictionary/user/preferences/index.html" %} {% load widget_tweaks i18n %} {% block title %}{% trans "account deletion" context "titleblock" %}{% endblock %} {% block content_preferences %}

{% trans "here are the options you may choose for account deactivation:" %}

{% trans "a) delete account completely" %}

{% blocktrans trimmed %} ideal for those who don't want to leave any trace behind. all the information about your account, including entries and messages, will be deleted. {% endblocktrans %}

{% trans "b) delete account with legacy" %}

{% blocktrans trimmed %} your account will be deleted completely. if you have authorship, your entries will be preserved anonymously for the next generations. {% endblocktrans %}

{% trans "c) freeze account" %}

{% blocktrans trimmed %} ideal if you have emotional bond with your account. when your account is frozen, no one can access to your profile and send you messages. your entries will be visible. if you log in, your account will be reactivated. {% endblocktrans %}

{% render_field form.state class="form-control" id="termination_choice" %}

{% blocktrans trimmed %} except for the scenario where you choose to freeze your account, in order for your account to be deleted, 120 hours (5 days) needs to be passed after you confirm your action. for the time being, your account will be in frozen status and if you decide to cancel your action you may log in before its too late. {% endblocktrans %}

{% render_field form.password_confirm class="form-control" id="password_confirm" %}
{% csrf_token %}
{% endblock %}