View:

Results for {{ url }}
{{#each aggregations}}

{{ this.name }} {{#if this.scored}} {{ getTotalScore this }} / 100 {{/if}}

{{ this.description }}

{{#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 subItem.optimalValue }} (target: {{ subItem.optimalValue }}) {{/if}} {{#if subItem.comingSoon}} (Coming soon) {{/if}} {{#if subItem.helpText }} ? {{/if}} {{#if subItem.displayValue }} ({{ subItem.displayValue }})  {{/if }} {{{ getItemValue subItem.score }}}
    {{#if subItem.helpText }}
    {{{ subItem.helpText }}}
    {{/if}} {{#if subItem.extendedInfo.value}}
    {{> (lookup . 'name') subItem.extendedInfo.value }}
    {{/if}}
  • {{/each}}
{{/each}}
{{#if this.categorizable}} {{/if}}
{{/each}}
{{{ script }}}