foundryvtt-reve-de-dragon/templates/partial-item-hautrevant.hbs

6 lines
237 B
Handlebars

{{#if options.isGM}}
<div class="form-group">
<label for="system.hautrevant">Pour haut-rêvants</label>
<input class="attribute-value" type="checkbox" name="system.hautrevant" {{#if system.hautrevant}}checked{{/if}}/>
</div>
{{/if}}