{% 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')}) }}{{ 'Deleting your account also deletes every season you are the only owner of. This cannot be undone.'|trans }}