{{#if item.schema.fields}} {{#format 'detail' item.schema.name item.original}} {{#each formats}} {{#notin 'active,created,updated' type}} {{/notin}} {{/each}} {{/format}} {{else}} {{#each item.current}} {{/each}} {{/if}}
{{_ 'Field'}} {{_ 'Before'}} {{_ 'After'}}
{{label}} {{{value}}} {{#format 'detail' ../../item.schema.name ../../item.current @key}} {{{value}}} {{/format}}
{{@key}} {{#scope ../item.original @key}} {{#is_array this}}
{{{json_pretty this}}}
{{else}} {{this}} {{/is_array}} {{/scope}}
{{#scope ../item.current @key}} {{#is_array this}}
{{{json_pretty this}}}
{{else}} {{this}} {{/is_array}} {{/scope}}