+
+
+ Customer
+
+
+ {license?.customer}
+
+
+
+ Plan
+
+ {license?.plan}
+
+
+
+ Seats
+
+ {license?.seats}
+
+
+
+
+ Expire at
+
+
+ {formatDateYMD(
+ license.expireAt,
+ locationSettings.locale,
+ )}
+
+
+
+ }
+ elseShow={
+
+ You do not have a registered Unleash Enterprise
+ License.
+
+ }
+ />
+
+
+