{{#if categories}}
    {{t 'testResult.categories.name'}}:
    {{#each categories}}
        <span>{{name}} </span>
    {{/each}}
{{/if}}
