{% extends 'layout/content.html.twig' %} {% block title %}{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('user-profile') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('user-profile') }} {% endblock %} {% block breadcrumb %} {% endblock %} {% set hasSidebar = false %} {% block sidebar %}{% endblock %} {% set containerType = 'container' %} {% block content %}

Réglages du compte

{% include 'partials/_image_upload.html.twig' with { path: user.avatar ? asset(user.avatar) : url('app_user_avatar', {id: app.user.id}), label: 'Avatar', name: 'avatar', }%}
{{app.user.department is not null ? app.user.department.name : ''}}

Changer le mot de passe

{% endblock %}