{{#when filter schema.active '===' '0'}}

{{#if relation.suggestion}} {{relation.suggestion}} {{/if}} {{number total}} Inactive {{schema.plural}} {{#if q.0}} matching {{q.0}} {{/if}}

{{else}}

{{#if relation.suggestion}} {{relation.suggestion}} {{/if}} {{number total}} {{schema.plural}} {{#if q.0}} matching {{q.0}} {{/if}}

{{/when}} {{#if rows.length}}

Filters

{{#if schema.filterable.length}} {{> search_form}} {{else}} {{#if filterable_relations.length}} {{> search_form}} {{/if}} {{/if}}
{{> search_actions}}
{{> search_head}} {{#each rows}} {{#each ../schema.relations}} {{#when many '==' 1}} {{/when}} {{/each}} {{#format 'list' ../schema.name this}} {{#each formats}} {{#in 'number,price,formula' config.format}} {{else}} {{/in}} {{/each}} {{/format}} {{/each}}
{{#when history_type '===' 'update'}}   {{/when}}   {{scope this ../schema.primary}} {{suggest this ../this}} {{{value}}}{{{value}}}
{{else}} {{> search_actions}}
{{_ 'No Results Found.'}}
{{/if}}