{% extends "userprofile/base_2col.html" %} {% load i18n %} {% block title %}{% trans "Delete personal information" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block userprofile_navigation %} {% include "userprofile/menu.html" %} {% endblock %} {% block userprofile_content %}
{% csrf_token %}
{% trans "Delete your personal information" %}

{% endblock %} {% block userprofile_content_related %}

{% trans "Remove profile" %}

{% trans "It erases all your private data except your username. You can refill the information later if you want to" %}.

{% endblock %}