{{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}}
{{!-- Description Tab --}}
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
{{!-- Attributes Tab --}}
{{localize "SIMPLE.AttributeKey"}} {{localize "SIMPLE.AttributeValue"}} {{localize "SIMPLE.AttributeLabel"}} {{localize "SIMPLE.AttributeDtype"}}
{{!-- Render the attribute list partial. --}} {{> "systems/worldbuilding/templates/parts/sheet-attributes.html" attributes=data.ungroupedAttributes dtypes=dtypes}} {{!-- Render the grouped attributes partial and control. --}}
{{> "systems/worldbuilding/templates/parts/sheet-groups.html" attributes=data.groupedAttributes groups=data.groups dtypes=dtypes}}