{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Delete your Libravatar account' %}{% endblock title %} {% block content %}

{% trans 'Delete your account' %}

{% trans 'There is no way to undo this operation.' %}

{% csrf_token %} {% if has_password %}

{% trans 'Please confirm your identity by entering your current password.' %}

{{ form.password.errors }}

{{ form.password.label_tag }}: {{ form.password }}

{% endif %}

{% trans 'Are you sure you want to permanently delete your Libravatar account?' %}

 {% trans 'Cancel' %}

{% endblock content %}