{{#if renderForCurrentUser}}
{{#if isGM}}
{{else}}

{{title}}

{{/if}}
{{#each items}}
{{#if ../isGM}}
{{this.text}}
{{else}} {{this.text}} {{/if}}
{{else}}
No checklist items yet.
{{/each}}
{{/if}}