{% extends 'layout.html' %} {% set breadcrumbs = breadcrumb_page('prefs') + breadcrumb_page(self) %} {% block content %}
{# Header #}

{% trans %}Account settings{% endtrans %}

{% trans %} Manage your personal information, notification preferences and account security. {% endtrans %}

{# General info #}
{% trans %}General Information{% endtrans %}
{# Password #}
{% trans %}Password{% endtrans %}

{% trans %}Change your password{% endtrans %}

{% trans %}You will need your current password to set a new one. Choose a strong password you don't use elsewhere.{% endtrans %}

{# Report #}
{% trans %}Backup Report{% endtrans %}

{% trans %}Choose how often you want to receive a backup status report by email.{% endtrans %}

{# Change password Modal #}
{% if password_form.error_message %}

{{ password_form.error_message }}

{% endif %}
{% endblock %}