2022-07-05 13:41:31 -04:00
|
|
|
{{#if this.icons}}
|
2020-02-03 08:22:14 -05:00
|
|
|
<div class="icons">
|
|
|
|
<span class="selection-indicator"></span>
|
2022-07-05 13:41:31 -04:00
|
|
|
{{#each this.icons as |icon|}}
|
|
|
|
{{d-icon icon translatedTitle=(dasherize this.title)}}
|
2020-02-03 08:22:14 -05:00
|
|
|
{{/each}}
|
2017-10-19 15:51:08 -04:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
2020-02-03 08:22:14 -05:00
|
|
|
|
|
|
|
<div class="texts">
|
2022-07-05 13:41:31 -04:00
|
|
|
<span class="name">{{html-safe this.label}}</span>
|
|
|
|
<span class="desc">{{html-safe this.description}}</span>
|
2022-12-28 07:28:11 -05:00
|
|
|
</div>
|