{{#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}}
|
{{/each}}