{% extends 'user/account/index.html' %} {% load i18n inboxen_account bootstrap %} {% block navigation %} {% account_menu 'user-liberate' %} {% endblock %} {% block form %} {% if object.flags.running %}

{% trans "Data liberation is currently running" %}

{% blocktrans with started=object.started|timesince %} Liberation was requested {{ started }} ago and is still pending. {% endblocktrans %}

{% trans "What's happening right now:" %}

{% trans "If you have a lot of emails, this could take a while. We will notify you once your data is ready for downloading." %}

{% else %} {% if object.last_finished %}

{% blocktrans with finished=object.last_finished|timesince %} Your data is available for download. It was generated {{ finished }} ago. {% endblocktrans %}

{% trans "Download" %}
{% endif %}
{% csrf_token %} {{ form|bootstrap }}
{% endif %} {% endblock %}