{% extends '/admin/authenticated/layout/base.html.twig' %} {% import '/admin/components/helpers_macro.html.twig' as helpers %} {% block title %} Profile {% endblock %} {% block content %} {{ helpers.notifications_success() }} {{ helpers.notifications_error() }} {{ helpers.notifications_warning() }}
Profile
{# Email Form #} {% include '/admin/authenticated/security/profile/_form_update_email.html.twig' %} {# Password Form #} {% include '/admin/authenticated/security/profile/_form_update_password.html.twig' %}
{{ helpers.form_processing() }}
{% endblock %} {% block js %} {{ parent() }} {% endblock %}