+
+ Magic spell for {{ spellTypes[spell.type] ?? "unknown" }}
+
+
+ mdi-account-circle
+ @{{ spell.account.name }}
+
+
+ mdi-play
+ Available at
+ {{
+ new Date(spell.createdAt ?? spell.affectedAt).toLocaleString()
+ }}
+
+
+ mdi-calendar
+ Until
+ {{ spell.expiredAt.toString() }}
+
+
+
+
+ mdi-check
+ Apply
+
+
+
+