{{#if labelOverride}}{{labelOverride}}{{else}}{{ccLocalize "names.note" }}{{/if}}

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