{% extends 'account_layout.html' %} {% load i18n %} {% load staticfiles %} {% block account_content_outer %}

{% trans 'Settings' %}

{% trans 'Change e-mail address' %}

{% trans "Current address" %}: {{user.email|default:"none"}}

{% csrf_token %}

{% trans 'Change password' %}

{% csrf_token %}

{% trans 'Data export' %}

{% csrf_token %}

{% blocktrans trimmed %} Produces an archive containing account details and the logs we legally have to keep for one year. {% endblocktrans %}

{% blocktrans trimmed %} It may take a few seconds. {% endblocktrans %}

{% trans 'Account deletion' %}

{% csrf_token %}
{% if not can_delete %}

{% blocktrans trimmed %} You need to cancel your active subscription before deleting your account. {% endblocktrans %}

{% else %}
{% endif %}
{% endblock %}