Files
l5rx-chiaroscuro/system/templates/items/property/properties.html
2021-04-24 17:16:52 +02:00

10 lines
450 B
HTML

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