{{ _('Delete User Account') }}

{% if amouser.is_developer %}
{% trans link=url('users.profile', amouser.id) %} You cannot delete your account if you are listed as an author of any add-ons. To delete your account, please have another person in your development group delete you from the list of authors for your add-ons. Afterwards you will be able to delete your account here. {% endtrans %}
{% else %} {% if form %}

{% trans site=settings.DOMAIN %}By clicking "delete" your account is going to be permanently removed. That means:

  • You will not be able to log into {{ site }} anymore.
  • Your reviews and ratings will not be deleted, but they will no longer be associated with you.
{% endtrans %}

{{ csrf() }}
{{ _('Confirm account deletion') }}
    {{ form.password }} {{ form.password.errors }}
  • {{ form.confirm.errors }}
{% endif %} {% endif %}{# /amouser.is_developer #}