#set( $excludeTitle = $action.getText("captcha.exclude.title"))
#tag( "Radio" "name='exclude'" "value=exclude" "list=excludeOptions" "listKey=value" "listValue=key"
"theme='aui'" "template='radiolist.vm'" "label='$excludeTitle'")
#bodytag ("Component" "theme='custom'" "name='selectedGroups'" "template='textfield-and-picker.vm'")
#param ("formName" "captchaForm")
#param ("groupSearchActionName" "dosearchgroupsfilterexisting.action")
#param ("value" $selectedGroups)
#param ("buttonOff" true)
#param ("imgTitle" "$action.getText('find.groups')")
#param ("size" 80)
#end
#if($fieldErrors.get('captchaGroups'))
#fielderror('captchaGroups')
#foreach( $group in $invalidGroups )
$group
#end
#end