diff --git a/src/module/ds4.ts b/src/module/ds4.ts
index 259cd7e..ca0eef0 100644
--- a/src/module/ds4.ts
+++ b/src/module/ds4.ts
@@ -64,6 +64,7 @@ async function registerHandlebarsPartials() {
"systems/ds4/templates/actor/partials/character-inventory.hbs",
"systems/ds4/templates/actor/partials/creature-inventory.hbs",
"systems/ds4/templates/actor/partials/talent-rank-equation.hbs",
+ "systems/ds4/templates/actor/partials/item-list-header.hbs",
];
return loadTemplates(templatePaths);
}
diff --git a/src/templates/actor/partials/item-list-header.hbs b/src/templates/actor/partials/item-list-header.hbs
new file mode 100644
index 0000000..b81cbb4
--- /dev/null
+++ b/src/templates/actor/partials/item-list-header.hbs
@@ -0,0 +1,34 @@
+{{!--
+!-- Render an item list header row.
+!-- If the partial is called with a partial block, the partial block
+!-- content is inserted before the description heading.
+!--
+!-- @param isEquipable: A flag to enable the equipped column.
+!-- @param hasQuantity: A flag to enable the quantity column.
+!-- @param hideDescription: A flag to disable the description column.
+!-- @param @partial-block: Custom column headers can be passed using the partial block.
+--}}
+
+ {{/unless}}
+ {{!-- control buttons placeholder --}}
+
+
diff --git a/src/templates/actor/partials/items-overview.hbs b/src/templates/actor/partials/items-overview.hbs
index eb5df42..e0bbcfa 100644
--- a/src/templates/actor/partials/items-overview.hbs
+++ b/src/templates/actor/partials/items-overview.hbs
@@ -19,38 +19,6 @@
{{> systems/ds4/templates/actor/partials/overview-add-button.hbs dataType=dataType }}
{{/inline}}
-
-{{!--
-!-- Render a header row for a given data type.
-!-- An "equipped" heading is rendered except for the case dataType==='loot'.
-!-- The partial assumes a variable dataType to be given in the context.
-!-- If the partial is called with a partial block, the partial block
-!-- content is inserted before the description heading.
-
-!-- @param datType: hand over the dataType to the partial as hash parameter
-!-- @param partial-block: hand over custom children in the partial block.
---}}
-{{#*inline "itemListHeader" }}
-
-{{/inline}}
-
{{!--
!-- Render a list row from a given item.
!-- An equipped checkbox is rendered except for the case item.data.type==='loot'.
@@ -93,7 +61,7 @@
- {{/itemListHeader}}
+ {{/systems/ds4/templates/actor/partials/item-list-header.hbs}}
{{#each itemsByType.loot as |item id|}}
{{#> itemListEntry item=item }}
{{/inline}}
-{{!--
-!-- Render a list header for a base item list entries from a given item.
---}}
-{{#*inline "itemListHeader"}}
-
{{!-- control buttons placeholder --}}
@@ -87,30 +85,16 @@
{{/inline}}
-{{!--
-!-- Render a list header for a base item list entry from a given item.
-!-- The partial assumes a variable dataType to be given in the context.
---}}
-{{#*inline "baseItemListHeader"}}
-