@row>
<@columns>
<@box color='success'>
<@boxHeader title='#i18n{portal.rbac.manage_roles.pageTitle}' boxTools=true>
<@tform type='inline' method='post' action='jsp/admin/rbac/CreateRole.jsp'>
<@button type='submit' buttonIcon='plus' title='#i18n{portal.rbac.manage_roles.buttonLabelNewRole}' size='sm' hideTitle=['xs','sm'] />
@tform>
@boxHeader>
<@boxBody>
<@table>
#i18n{portal.rbac.manage_roles.columnTitleKey}
<@sort jsp_url="jsp/admin/rbac/ManageRoles.jsp" attribute="key" />
#i18n{portal.rbac.manage_roles.columnTitleDescription}
<@sort jsp_url="jsp/admin/rbac/ManageRoles.jsp" attribute="description" />
#i18n{portal.rbac.manage_roles.columnTitleActions}