{{#unless isGM}}
{{#each this.characters}} {{#if this.isVisible}}
{{this.name}} {{this.name}}
{{/if}} {{/each}}
{{else}}
{{#each this.fields.head}} {{/each}} {{#each this.fields}} {{#unless (eq @key "head")}} {{#each this}} {{/each}} {{/unless}} {{/each}}
{{this.name}} {{this.name}}
{{#if this.isLimited}}
{{#each this.attributes}}
{{this.value}} {{this.name}}
{{/each}}
{{/if}}
{{ @key}} {{#if (eq this "-")}} {{else}} {{#if (lt this.taw 0)}}
{{this.taw}}
{{else}} Ja {{/if}} {{/if}}
{{/unless}}