11 lines
413 B
Handlebars
11 lines
413 B
Handlebars
{{#if jeus.length}}
|
|
<h3>Jeux :</h3>
|
|
<ul class="item-list alterne-list">
|
|
{{#each jeus as |jeu id|}}
|
|
<li class="item flexrow list-item" data-item-id="{{jeu._id}}">
|
|
<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}}
|
|
</li>
|
|
{{/each}}
|
|
</ul>
|
|
{{/if}} |