#disable_html_escaping()
#searcherHeader ($customField)
#if ($isKickass)
#if ($values)
#foreach ($group in $values)
$textutils.htmlEncode($group.name)#commaonly($values)
#end
#end
#else
#if ($value)
#if ($hasAdminPermission)
$textutils.htmlEncode($value)
#else
$textutils.htmlEncode($value)
#end
#end
#end
#searcherFooter ($customField)