{% 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 %}

{% trans "Remove profile" %}

{% trans "Erase all your private data except your username. You can fill in the information again later if you want to." %}

{% trans "Are you sure?" %}

{% endblock %}