{% extends "admin/base.html.twig" %} {% trans_default_domain 'security_cms' %} {% import 'core/src-macro.html.twig' as resources %} {% block stylesheets %} {{ parent() }} {{ resources.encore_absolute_link_tags('admin-user-profile', 'admin') }} {% endblock %} {% block javascripts %} {{ parent() }} {{ resources.encore_entry_js_files('admin-user-profile', 'admin', 'User profile') }} {% endblock %} {% block body %}

{{ user.username }} {{ user.login }}

{{ "Information"|trans }}

{{ "Dernière connexion :"|trans }} {{ user.lastLogin|localizeddate('none', 'none', app.request.locale, null, "cccc dd MMMM Y HH:mm") }}

{{ "Langue :"|trans }} {{ user.locale|languageName }}

{{ "Email :"|trans }} {{ user.email }}

{% if is_granted('ROLE_INTERNAL') %}

{{ "Groupe :"|trans }} {{ user.group.adminName }}

{% endif %}
{% if is_granted('ROLE_INTERNAL') %}

{{ "Rôles"|trans }}

{% for role in user.group.roles %}
{{ role.adminName }}
{% endfor %}
{% endif %}
{#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {#
#} {#

Welcome back, {{ user.firstName }}

#} {# #} {# Update#} {# #} {#
#} {#
#} {#
#} {#
#} {#
#} {#

COMMENTS

#} {#

184

#} {#
#} {#
#} {#

ARTICLES READ

#} {#

1,910

#} {#
#} {#
#} {#

LIKES

#} {#

3,892

#} {#
#} {#
#} {#
#} {#
#} {#
#} {% endblock %}