2020-07-20 12:02:07 +02:00
|
|
|
<form class="{{cssClass}}" autocomplete="off">
|
2022-09-16 02:20:46 +02:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.html"}}
|
|
|
|
{{!-- Sheet Body --}}
|
|
|
|
<section class="sheet-body">
|
2023-01-05 00:55:04 +01:00
|
|
|
<div class="form-group">
|
|
|
|
<label for="system.duree">Durée</label>
|
|
|
|
<select name="system.duree" data-dtype="String">
|
|
|
|
{{#select system.duree}}
|
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/common/enum-duree.hbs"}}
|
|
|
|
{{/select}}
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{#if isOwned}}
|
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/item/temporel.hbs" this labeldebut="Depuis le" labelfin="Jusqu'au"}}
|
|
|
|
{{/if}}
|
2021-06-29 16:03:10 +02:00
|
|
|
|
2022-11-24 00:48:06 +01:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-hautrevant.html"}}
|
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-frequence.html"}}
|
2022-09-16 02:20:46 +02:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
|
2022-11-24 00:48:06 +01:00
|
|
|
</section>
|
2020-07-20 12:02:07 +02:00
|
|
|
</form>
|