{% extends 'partials/base.html' %} {% load humanize %} {% block content %}
{{ base_two }}
{{ request.user.username }}
{{ request.user.email }}
Email verified

Profile

Delivery goes to the email below, so keep it one you check.

Security

{% if messages %} {% for m in messages %}

{{ m }}

{% endfor %} {% endif %}

Your wallet balance and every key you own sit behind this password.

{% csrf_token %}

Danger zone

Withdraw your balance before you close the account — it is not refundable afterwards.

{% endblock content %}