Files
fvtt-mournblade/templates/item-capacite-sheet.hbs
T
2026-05-02 08:26:28 +02:00

19 lines
592 B
Handlebars

<section class="{{cssClass}}" autocomplete="off">
{{> systems/fvtt-mournblade/templates/partial-item-header.hbs this}}
{{> systems/fvtt-mournblade/templates/partial-item-nav.hbs this}}
{{> systems/fvtt-mournblade/templates/partial-item-description.hbs this}}
<div class="tab details" data-group="primary" data-tab="details">
<div class="form-group">
<label>{{localize "MNBL.typeCapacite"}}</label>
<select name="system.typeCapacite">
{{selectOptions config.typeCapaciteOptions selected=system.typeCapacite}}
</select>
</div>
</div>
</section>