<#include "localusermanagement_tabs.html" /> <#assign headerIcon> <@icon style='user' /> <@box> <@boxHeader title='${headerIcon}  ${localuser.givenName} ${localuser.lastName}' boxTools=true> <@boxBody> <@localusermanagement tab="localuserrole" /> <@messages infos=infos />
<@tform name='action_doassignlocaluserrole' action='jsp/admin/plugins/mylutece/modules/users/ManageLocalUserRoles.jsp'> <@input type="hidden" id="id_localuser" name="id_localuser" value="${id_localuser}" /> <@row> <@columns> <@listGroup> <#list mylutece_role_list as role> <#if role.role !="none"> <#if localuserrole_list??> <#assign checked=false> <#list localuserrole_list as user_role> <#if user_role.role=role.role> <#assign checked=true> <#break> <@listGroupItem> <@checkBox id="${role.role}" labelKey='${role.role} - ${role.roleDescription}' value='${role.role}' name='role_key' checked=checked mandatory=false /> <@button type='submit' name='action_assignLocalUserRole' buttonIcon='check' title='#i18n{module.mylutece.users.manage_localuserroles.buttonSave}' />