@row> <@columns> <@box> <@boxHeader title='#i18n{profiles.manage_profiles.pageTitle}'> <#if permission> <@tform action='jsp/admin/plugins/profiles/CreateProfile.jsp' method='post'> <@button type='submit' title='#i18n{profiles.manage_profiles.buttonCreate}' hideTitle=['xs','sm'] buttonIcon='plus' size='sm' /> @tform> #if> @boxHeader> <@boxBody> <@tform action='jsp/admin/plugins/profiles/ManageProfiles.jsp' method='post' name='search_profiles'> <@input type='hidden' name='search_is_search' value='true' /> <@formGroup labelFor='key' labelKey='#i18n{profiles.manage_profiles.search_profiles.labelKey}'> <@input type='text' id='key' name='search_key' value='${search_filter.key}' maxlength=50 /> @formGroup> <@formGroup labelFor='description' labelKey='#i18n{profiles.manage_profiles.search_profiles.labelDescription}'> <@input type='text' id='description' name='search_description' value='${search_filter.description}' maxlength=250 /> @formGroup> <@formGroup> <@button type='submit' title='#i18n{profiles.manage_profiles.search_profiles.buttonSearch}' buttonIcon='search' /> @formGroup> @tform> <@table>