{% extends 'ChillMainBundle::Admin/layout_permissions.html.twig' %} {% block title %}{{ 'User %username%'|trans({ '%username%': entity.username }) }}{% endblock %} {% block admin_content -%}
{{ 'Username' }} | {{ entity.username }} |
---|---|
{{ "User'status"|trans }} | {%- if entity.enabled -%} {{ 'Enabled, the user is active'|trans }} {%- else -%} {{ 'Disabled, the user is not allowed to login'|trans }} {%- endif -%} |
{{ 'Permission group'|trans }} | {{ 'Center'|trans }} | |
---|---|---|
{{ groupcenter.center.name }} |
{{ 'Any permissions granted to this user'|trans }}. {{ 'Grant new permissions'|trans }}
{% endif %} {% endblock admin_content %}