<@row> <@columns> <@box color='success'> <@boxHeader title='#i18n{portal.features.manage_levels.boxTitle}' boxTools=true> <@tform method='post' action='jsp/admin/features/CreateLevel.jsp'> <@button type='submit' buttonIcon='plus' title='#i18n{portal.features.manage_levels.buttonLabelCreate}' size='' showTitleXs=false showTitleSm=false /> <@boxBody> <@table> #i18n{portal.features.manage_levels.columnTitleId} #i18n{portal.features.manage_levels.columnTitleName} #i18n{portal.features.manage_groups.labelActions} <#list levels_list as level > ${level.id} ${level.name} <@aButton href='jsp/admin/features/ModifyLevel.jsp?level_id=${level.id}' buttonIcon='edit' title='#i18n{portal.features.manage_groups.buttonModify} (${level.name?html})' showTitle=false />