{{#if item.schema.fields}}
{{#format 'detail' item.schema.name item.original}}
{{#each formats}}
{{#notin 'active,created,updated' type}}
{{label}} |
{{{value}}} |
{{#format 'detail' ../../item.schema.name ../../item.current @key}}
{{{value}}}
{{/format}}
|
{{/notin}}
{{/each}}
{{/format}}
{{else}}
{{#each item.current}}
{{@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}}
|
{{/each}}
{{/if}}