{% if user.private %}
{% blocktrans %}Your name is hidden on the web (this page is only visible to you).{% endblocktrans %}
{% else %}
{% blocktrans %}Your name is visible.{% endblocktrans %}
{% endif %}
{% trans "Change details" %}
{% include "account/includes/change_password_form.html" %}
{% block post_password %}{% endblock %}
{% blocktrans %}Delete your account{% endblocktrans %}
{% trans "Danger: deleting your account cannot be undone." %}