#disable_html_escaping() #* @vtlvariable name="currentSelections" type="java.util.List" *# #* @vtlvariable name="ajaxLimit" type="java.lang.String" *# #* @vtlvariable name="canPerformAjaxSearch" type="boolean" *# #* @vtlvariable name="windowName" type="java.lang.String" *# #* @vtlvariable name="canPick" type="boolean" *# #* @vtlvariable name="id" type="long" *# #* @vtlvariable name="layout" type="com.atlassian.jira.web.component.PickerLayoutBean" *# #* @vtlvariable name="valuesToAdd" type="java.lang.String" *# #* @vtlvariable name="canEdit" type="boolean" *# #if ($canEdit) #end
## only show watchers table if they exist #if ($currentSelections && !$currentSelections.empty)
#if ($canEdit) #end #foreach ($selection in $currentSelections) #if ($canEdit) #end #end
$i18n.getText($layout.currentHeadingKey)
#if ($layout.userLayoutBean) #if ($selection.real) $userformat.formatUsername($selection.name, 'profileLink', "watcher_link") #else $textutils.htmlEncode(${selection.name}) #end #else #if ($canEdit) $textutils.htmlEncode($selection.name) #else $textutils.htmlEncode(${selection.name}) #end #end
#if ($canEdit)
#end
#else

$i18n.getText($layout.noKey)

#end