@row>
<@columns>
<@box color='success'>
<@boxHeader title='#i18n{portal.users.manage_user_roles.titleRoleList} : ${user.lastName} ${user.firstName}' boxTools=true>
<@item_navigation item_navigator=item_navigator />
<@tform class='pull-right spaced' method='post' name='modifyform' action='jsp/admin/user/ModifyUserRoles.jsp'>
<#if can_modify>
<@button type='submit' buttonIcon='edit' title='#i18n{portal.users.manage_user_roles.buttonLabelModifyRoles}' size='' showTitleXs=false showTitleSm=false />
#if>
<#if can_delegate>
<@button type='submit' buttonIcon='share' title='#i18n{portal.users.manage_user_roles.buttonLabelDelegateRoles}' size='' showTitleXs=false showTitleSm=false />
#if>
@tform>
@boxHeader>
<@boxBody>
<@tabs>
<@listTabs>
#i18n{portal.users.actions.labelUser}
#i18n{portal.users.actions.labelRights}
#i18n{portal.users.actions.labelRoles}
#i18n{portal.users.actions.labelWorkgroups}
@listTabs>
<@tabContent>
<@table>
#i18n{portal.users.manage_user_roles.columnTitleKey} |
#i18n{portal.users.manage_user_roles.columnTitleDescription} |
<#list user_role_list?sort_by('key') as role>
${role.key} |
${role.description} |
#list>
@table>
@tabContent>
@tabs>
@boxBody>
@box>
@columns>
@row>