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

{% trans 'Export your data' %}

{% trans 'Libravatar will now export all of your personal data to a compressed XML file.' %}

{% csrf_token %}

 {% trans 'Cancel' %}

{% endblock content %}