{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Libravatar Account Deleted' %}{% endblock title %} {% block content %}

{% trans 'Account deleted' %}

{% trans 'Your account has been permanently and completely deleted. It may take a few days for your photos to disappear from all mirrors and a few weeks for your photos to disappear from web caches.' %}

{% trans "In case you want to take your data with you, it's currently being exported and will be ready in a few moments:" %}

{% trans 'This export will be deleted in a few hours.' %}

{% trans 'Back to the homepage' %}

{% endblock content %}