{{#each data.aptitudes as |aptitude id|}}
-
+
diff --git a/templates/dialogs/aptitude-roll-dialog.hbs b/templates/dialogs/aptitude-roll-dialog.hbs
index 0a4c7b5..b2b8762 100644
--- a/templates/dialogs/aptitude-roll-dialog.hbs
+++ b/templates/dialogs/aptitude-roll-dialog.hbs
@@ -8,7 +8,7 @@
-
+
@@ -21,7 +21,7 @@
-
+
@@ -29,15 +29,16 @@
-
+
+ {{#if careers.items}}
-
+
@@ -48,4 +49,5 @@
+ {{/if}}
\ No newline at end of file
diff --git a/templates/dialogs/attribute-roll-dialog.hbs b/templates/dialogs/attribute-roll-dialog.hbs
index 3b42946..5413f11 100644
--- a/templates/dialogs/attribute-roll-dialog.hbs
+++ b/templates/dialogs/attribute-roll-dialog.hbs
@@ -36,6 +36,7 @@
+ {{#if careers.items}}
@@ -48,6 +49,7 @@
+ {{/if}}
diff --git a/templates/item/item-sheet.hbs b/templates/item/item-sheet.hbs
index d735cf1..35bff17 100644
--- a/templates/item/item-sheet.hbs
+++ b/templates/item/item-sheet.hbs
@@ -5,7 +5,7 @@
{{!-- Sheet Tab Navigation --}}
{{!-- Sheet Body --}}
@@ -23,12 +23,12 @@
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
- {{#if (equals type "item")}}
- {{> "systems/bol/templates/item/parts/properties/item-properties.hbs"}}
- {{/if}}
- {{#if (equals type "feature")}}
- {{> "systems/bol/templates/item/parts/properties/feature-properties.hbs"}}
- {{/if}}
+ {{#if (equals item.type "item")}}
+ {{> "systems/bol/templates/item/parts/properties/item-properties.hbs"}}
+ {{/if}}
+ {{#if (equals item.type "feature")}}
+ {{> "systems/bol/templates/item/parts/properties/feature-properties.hbs"}}
+ {{/if}}
diff --git a/templates/item/parts/item-header.hbs b/templates/item/parts/item-header.hbs
index 4ebed7b..f1a42f8 100644
--- a/templates/item/parts/item-header.hbs
+++ b/templates/item/parts/item-header.hbs
@@ -1,8 +1,8 @@
{{!-- Sheet Header --}}