{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Delete your Libravatar account' %}{% endblock title %} {% block content %}
{% trans 'There is no way to undo this operation.' %}
{% trans 'Please confirm your identity by entering your current password.' %}
{{ form.password.label_tag }}: {{ form.password }}
{% trans 'Are you sure you want to permanently delete your Libravatar account?' %}
{% trans 'Cancel' %}