diff --git a/system/templates/items/item/items.html b/system/templates/items/item/items.html index 0f9f368..99c10d0 100644 --- a/system/templates/items/item/items.html +++ b/system/templates/items/item/items.html @@ -1,11 +1,11 @@ {{#each data.splitItemsList as |cat type|}} -

- {{localize (localize 'l5r5e.{type}s.title' type=type)}} +

+ {{localize (localize 'l5r5e.{type}s.title' type=type)}} ({{cat.length}}) {{#if ../options.editable}} {{/if}}

-