Action ID {{{sortcaret 'order' schema.primary}}} {{#each schema.relations}} {{#when many '==' 1}} {{#when name '===' 'profile'}} {{_ 'Who'}} {{else}} {{singular}} {{/when}} {{/when}} {{/each}} {{#each schema.fields}} {{#in ../schema.listable @key}} {{#in ../schema.sortable @key}} {{#when name '===' 'activity'}} {{_ 'What'}} {{else}} {{#when name '===' 'remote_address'}} {{_ 'Where'}} {{else}} {{#when name '===' 'created'}} {{_ 'When'}} {{else}} {{label}} {{/when}} {{/when}} {{/when}} {{{sortcaret 'order' @key}}} {{else}} {{#when name '===' 'activity'}} {{_ 'What'}} {{else}} {{#when name '===' 'remote_address'}} {{_ 'Where'}} {{else}} {{#when name '===' 'created'}} {{_ 'When'}} {{else}} {{label}} {{/when}} {{/when}} {{/when}} {{/in}} {{/in}} {{/each}}