15 Zeilen
420 B
Handlebars
15 Zeilen
420 B
Handlebars
<div class="select-kit-header-wrapper">
|
|
|
|
{{component selectKit.options.selectedNameComponent
|
|
tabindex=tabindex
|
|
item=selectedContent
|
|
selectKit=selectKit
|
|
shouldDisplayClearableButton=shouldDisplayClearableButton
|
|
}}
|
|
|
|
{{#if selectedContent.subscription}}
|
|
<span class="subscription-label">{{i18n "admin.wizard.subscription.label"}}</span>
|
|
{{/if}}
|
|
|
|
{{d-icon caretIcon class="caret-icon"}}
|
|
</div>
|