{% extends "layouts/default.html.twig" %} {% block title %}{{ 'User profile'|trans }}{% endblock %} {% block body %}
{{ include('partials/_page_header.html.twig', {header: 'User profile'|trans, description:''}) }}
{{ include('partials/_user_menu.html.twig') }}

User details

Username cannot be changed
This will come in a next version
{{ csrf|raw }}
{% endblock %}