{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Exporting Your Libravatar Data' %}{% endblock title %} {% block content %}

{% trans 'Export in progress' %}

{% trans 'Libravatar is currently exporting your data. It may take a few moments for the file to be available:' %}

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

{% trans 'Back to your profile' %}

{% endblock content %}