{{#each-in this.attributes as |key value|}} {{#if (is-object value)}} {{#if this.prefix}}{{this.prefix}}.{{/if}}{{key}} {{else}} {{#if this.prefix}}{{this.prefix}}.{{/if}} {{~key}} {{value}} {{/if}} {{/each-in}}