{% extends 'backoffice/base.html.twig' %} {% block title %}{{ parent() }}{{ 'Settings'|trans }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block body %}
{{ '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')}) }}{{ 'Download an archive of everything stored under your account: your profile, the seasons you own, their quizzes, results and candidates.'|trans }}
{% if not app.user.isVerified %}{{ 'Confirm your email address to enable this feature.'|trans }}
{% endif %} {{ 'Download data'|trans }}{{ 'Deleting your account also deletes every season you are the only owner of. This cannot be undone.'|trans }}