{% extends '@Core/admin/layout.html.twig' %} {% block title %}{{ 'Users'|trans }} - {{ parent() }}{% endblock %} {% block body %}

{{ entity.displayName }}

{{ 'Back to the list'|trans }} {{ 'Show'|trans }}
{{ include('@Core/user/user_admin/_form.html.twig') }}
{{ form_rest(form) }}
{% endblock %}