8 lines
289 B
Handlebars
8 lines
289 B
Handlebars
{{#if isGM}}
|
|
<div class="sheet-box color-bg-archetype">
|
|
<span><h3>Notes du MJ</h3></span>
|
|
<div class="editor">
|
|
{{formInput systemFields.biodata.fields.gmnotes enriched=enrichedGmnotes value=system.biodata.gmnotes name="system.biodata.gmnotes" toggled=true}}
|
|
</div>
|
|
</div>
|
|
{{/if}} |