{{#each aggregations}}

{{ this.description }}

{{#if this.scored}}
{{ getTotalScore this }} / 100
{{/if}}
{{#each this.score as |aggregation|}}
{{#if aggregation.name }}

{{ aggregation.name }}

{{/if}} {{#if aggregation.description }}

{{{ aggregation.description }}}

{{/if}}
    {{#each aggregation.subItems as |subItem| }}
  • {{#unless ../../scored }} {{ subItem.category }}: {{/unless}} {{ subItem.description }} {{~#if (and subItem.displayValue (not (is-bool subItem.displayValue))) ~}} : {{ subItem.displayValue }} {{/if}} {{#if subItem.optimalValue }} (target: {{ subItem.optimalValue }}) {{/if}} {{#if subItem.comingSoon}} (Coming soon) {{/if}} {{#if subItem.helpText }} {{/if}}

    {{#if subItem.helpText }}
    {{{ subItem.helpText }}}
    {{/if}} {{#if subItem.debugString }}
    {{{ subItem.debugString }}}
    {{/if}}
    {{#if subItem.comingSoon}} N/A {{else}} {{#if (is-bool subItem.score)}} {{#if subItem.score}} Pass {{else}} Fail {{/if}} {{else}} {{{ getItemValue subItem.score }}} {{/if}} {{/if}}
    {{#if subItem.extendedInfo.value}} {{> (lookup . 'name') subItem.extendedInfo.value }} {{/if}}
  • {{/each}}
{{/each}}
{{/each}}