2022-07-05 10:41:31 -07:00
|
|
|
{{#if this.icons}}
|
2020-02-03 14:22:14 +01:00
|
|
|
<div class="icons">
|
|
|
|
<span class="selection-indicator"></span>
|
2022-07-05 10:41:31 -07:00
|
|
|
{{#each this.icons as |icon|}}
|
2023-10-02 13:54:59 -04:00
|
|
|
{{d-icon icon}}
|
2020-02-03 14:22:14 +01:00
|
|
|
{{/each}}
|
2017-10-19 12:51:08 -07:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
2020-02-03 14:22:14 +01:00
|
|
|
|
|
|
|
<div class="texts">
|
2022-07-05 10:41:31 -07:00
|
|
|
<span class="name">{{html-safe this.label}}</span>
|
2024-08-23 09:28:28 +10:00
|
|
|
{{#if this.description}}
|
|
|
|
<span class="desc">{{html-safe this.description}}</span>
|
|
|
|
{{/if}}
|
2020-02-03 14:22:14 +01:00
|
|
|
</div>
|