{{#each data.features as | features key|}} {{#if (gt (count features.items) 0)}}
  1. {{localize features.label}}
    {{#if ranked}}
    {{localize "BOL.ui.rank"}}
    {{/if}}
  2. {{#each features.items as |item id|}}
  3. {{item.name}}

    {{#if (equals key "careers")}} {{item.data.rank}} {{/if}}
  4. {{/each}}
{{/if}} {{/each}}