Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-24 10:20:28 +01:00
15 Zeilen
422 B
Handlebars
15 Zeilen
422 B
Handlebars
|
{{#if this.icons}}
|
||
|
<div class="icons">
|
||
|
<span class="selection-indicator"></span>
|
||
|
{{#each this.icons as |icon|}}
|
||
|
{{d-icon icon translatedtitle=(dasherize this.title)}}
|
||
|
{{/each}}
|
||
|
</div>
|
||
|
{{/if}}
|
||
|
|
||
|
<div class="texts">
|
||
|
<span class="name">{{html-safe this.label}}</span>
|
||
|
{{#if this.item.subscriptionRequired}}
|
||
|
<span class="subscription-label">{{i18n this.item.selectorLabel}}</span>
|
||
|
{{/if}}
|
||
|
</div>
|