{{{richTextDescription}}}
{{#if allowPlayerNotes}}
{{#if isGM}}
{{#if gmPlayerNotes.length}}
{{#each gmPlayerNotes}}
{{this.userName}}
{{/each}}
{{/if}}
{{else}}
{{#if sharedPlayerNotes.length}}
{{#each sharedPlayerNotes}}
{{this.userName}}
{{/each}}
{{/if}}
{{/if}}
{{/if}}