Files
l5rx-chiaroscuro/system/templates/items/property/properties.html
2020-12-18 16:31:03 +01:00

10 lines
394 B
HTML

<fieldset class="weapons-content">
<legend class="section-header">{{ localize 'l5r5e.property' }}</legend>
<ul class="item-list">
{{#each actor.items as |item id|}}
{{#ifCond item.type '==' 'property'}}
{{> 'systems/l5r5e/templates/items/property/property-entry.html' item=item id=id }}
{{/ifCond}}
{{/each}}
</ul>
</fieldset>