{% extends "base.html" %} {% block page_title %}{{ _('Confirm Profile Deletion') }}{% endblock %} {% block body_id %}confirm-delete{% endblock %} {% block content %}

{{ _('Confirm Profile Deletion') }}

{% csrf_token %}

{{ _('Are You Sure You Want to Leave Mozillians?') }}

{% trans %} Deleting your profile is immediate and irreversible. Any information in your profile will be permanently lost. If you want to join Mozillians again, you will need to get vouched again. {% endtrans %}

{{ _("No: don't delete my profile") }}
{% endblock %}