8 lines
412 B
HTML
8 lines
412 B
HTML
<fieldset class="properties">
|
|
<legend class="section-header">{{#if propertyTitle}}{{localize propertyTitle}}{{else}}{{localize 'l5r5e.properties'}}{{/if}}</legend>
|
|
<ul class="item-list">
|
|
{{#each properties as |property id|}}
|
|
{{> 'systems/l5r5e/templates/items/property/property-entry.html' property=property id=id editable=../options.editable}}
|
|
{{/each}}
|
|
</ul>
|
|
</fieldset> |