{{#if labelPath}}
  {{#power-select-multiple
      afterOptionsComponent=afterOptionsComponent
      allowClear=allowClear
      ariaDescribedBy=ariaDescribedBy
      ariaInvalid=ariaInvalid
      ariaLabel=ariaLabel
      ariaLabelledBy=ariaLabelledBy
      beforeOptionsComponent=beforeOptionsComponent
      buildSelection=buildSelection
      calculatePosition=calculatePosition
      class=class
      closeOnSelect=closeOnSelect
      defaultHighlighted=defaultHighlighted
      destination=destination
      disabled=disabled
      dropdownClass=dropdownClass
      extra=extra
      groupComponent=groupComponent
      horizontalPosition=horizontalPosition
      initiallyOpened=initiallyOpened
      loadingMessage=loadingMessage
      matcher=matcher
      matchTriggerWidth=matchTriggerWidth
      noMatchesMessage=noMatchesMessage
      onblur=onblur
      onchange=onchange
      onclose=onclose
      onfocus=onfocus
      oninput=oninput
      onkeydown=onkeydown
      onopen=onopen
      options=options
      optionsComponent=optionsComponent
      placeholder=placeholder
      placeholderComponent=placeholderComponent
      preventScroll=preventScroll
      renderInPlace=renderInPlace
      scrollTo=scrollTo
      search=search
      searchEnabled=searchEnabled
      searchField=searchField
      searchMessage=searchMessage
      searchPlaceholder=searchPlaceholder
      selected=selected
      selectedItemComponent=selectedItemComponent
      tabindex=tabindex
      triggerClass=triggerClass
      triggerComponent=triggerComponent
      triggerId=triggerId
      triggerRole=triggerRole
      typeAheadMatcher=typeAheadMatcher
      verticalPosition=verticalPosition
      as |option|}}

      {{get option labelPath}}
  {{/power-select-multiple}}
{{else}}
  {{#power-select-multiple
      afterOptionsComponent=afterOptionsComponent
      allowClear=allowClear
      ariaDescribedBy=ariaDescribedBy
      ariaInvalid=ariaInvalid
      ariaLabel=ariaLabel
      ariaLabelledBy=ariaLabelledBy
      beforeOptionsComponent=beforeOptionsComponent
      buildSelection=buildSelection
      calculatePosition=calculatePosition
      class=class
      closeOnSelect=closeOnSelect
      defaultHighlighted=defaultHighlighted
      destination=destination
      disabled=disabled
      dropdownClass=dropdownClass
      extra=extra
      groupComponent=groupComponent
      horizontalPosition=horizontalPosition
      initiallyOpened=initiallyOpened
      loadingMessage=loadingMessage
      matcher=matcher
      matchTriggerWidth=matchTriggerWidth
      noMatchesMessage=noMatchesMessage
      onblur=onblur
      onchange=onchange
      onclose=onclose
      onfocus=onfocus
      oninput=oninput
      onkeydown=onkeydown
      onopen=onopen
      options=options
      optionsComponent=optionsComponent
      placeholder=placeholder
      placeholderComponent=placeholderComponent
      preventScroll=preventScroll
      renderInPlace=renderInPlace
      scrollTo=scrollTo
      search=search
      searchEnabled=searchEnabled
      searchField=searchField
      searchMessage=searchMessage
      searchPlaceholder=searchPlaceholder
      selected=selected
      selectedItemComponent=selectedItemComponent
      tabindex=tabindex
      triggerClass=triggerClass
      triggerComponent=triggerComponent
      triggerId=triggerId
      triggerRole=triggerRole
      typeAheadMatcher=typeAheadMatcher
      verticalPosition=verticalPosition
      as |option|}}

      {{option}}
  {{/power-select-multiple}}
{{/if}}