{% extends 'backoffice/base.html.twig' %} {% block title %}{{ parent() }}{{ 'Settings'|trans }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}

{{ 'Settings'|trans }}

{{ 'Language'|trans }}

{{ 'Change password'|trans }}

{{ form(passwordForm, {action: path('tvdt_backoffice_settings_password')}) }}

{{ 'Change email'|trans }}

{{ 'Current email address:'|trans }} {{ app.user.userIdentifier }} {% if app.user.isVerified %} {{ 'Confirmed'|trans }} {% else %} {{ 'Not confirmed'|trans }}

{% endif %}

{{ 'After changing your email address you will receive a new confirmation email.'|trans }}

{{ form(emailForm, {action: path('tvdt_backoffice_settings_email')}) }}

{{ 'Your data'|trans }}

{{ 'Danger zone'|trans }}

{{ 'Deleting your account also deletes every season you are the only owner of. This cannot be undone.'|trans }}

{% endblock %}