• {{#each itemData}} {{#ifObject this}}

    {{t @key}}

    {{stringify this}}
    {{else}}

    {{t @key}}

    {{this}}
    {{/ifObject}} {{/each}}