2025-01-15 21:52:38 +01:00
|
|
|
{{#if jeus.length}}
|
2022-09-26 03:36:18 +02:00
|
|
|
<h3>Jeux :</h3>
|
|
|
|
<ul class="item-list alterne-list">
|
2025-01-15 21:52:38 +01:00
|
|
|
{{#each jeus as |jeu id|}}
|
2023-12-04 01:21:05 +01:00
|
|
|
<li class="item flexrow list-item" data-item-id="{{jeu._id}}">
|
2025-01-15 19:13:32 +01:00
|
|
|
<div class="action-jeu list-item-label"><a>{{jeu.name}} (base {{jeu.system.base}})</a></div>
|
|
|
|
{{>'systems/foundryvtt-reve-de-dragon/templates/actor/item-action-controls.hbs' item=jeu options=@root.options}}
|
2022-09-26 03:36:18 +02:00
|
|
|
</li>
|
|
|
|
{{/each}}
|
|
|
|
</ul>
|
|
|
|
{{/if}}
|