{{#if filter.active}}

{{number total}} {{title}}

{{else}}

{{number total}} Inactive {{title}}

{{/if}}
{{#if rows}} {{#each rows}} {{/each}}
{{_ 'Actions'}} {{_ 'Schema'}} {{_ 'Relations'}}
{{#if ../filter.active}} {{#if disable}} {{else}} {{/if}} {{else}} {{/if}} {{capital singular}}

{{detail}}

{{#if relations.length}} {{#each relations}}
{{#when many '==' 0}} 1:0 {{/when}} {{#when many '==' 1}} 1:1 {{/when}} {{#when many '==' 2}} 1:N {{/when}} {{#when many '==' 3}} N:N {{/when}} {{name}}
{{/each}} {{else}}   {{/if}}
{{else}}
{{_ 'No Results Found.'}}
{{/if}}