diff --git a/src/ActorSheet.hbs b/src/ActorSheet.hbs
index 9991b81..1ed7d63 100644
--- a/src/ActorSheet.hbs
+++ b/src/ActorSheet.hbs
@@ -483,6 +483,29 @@
{{/each}}
+
+
+
+ {{#unless (ne actor.itemTypes.Zauber.length 0)}}
+
{{localize "DSA41.list_empty"}}
+ {{/unless}}
+
+ {{#each actor.itemTypes.Zauber}}
+
+
+

+
+ {{name}}
+
+
+
+
+ {{/each}}
+
+