Files
l5rx-chiaroscuro/system/templates/items/property/properties.html
2020-12-20 16:05:59 +01:00

10 lines
433 B
HTML

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