+
+ Payment Method:
+ {{ subscription.paymentMethod }}
+
+
+ Payment Schedule ("basic-earned" is monthly):
+ {{ subscription.planId }}
+
+
+ Creation Date:
+ {{ moment(subscription.dateCreated).format('YYYY/MM/DD') }}
+
+
+ Termination Date:
+ {{ moment(subscription.dateTerminated).format('YYYY/MM/DD') }}
+
+
+ Consecutive Months:
+ {{ subscription.consecutive.count }}
+
+
+ Months Until Renewal:
+ {{ subscription.consecutive.offset }}
+
+
+ Gem Cap:
+ {{ subscription.consecutive.gemCapExtra + 25 }}
+
+
+ Additional Credit (applied upon cancellation):
+ {{ subscription.extraMonths }}
+
+
+ Mystery Items:
+
+ {{ item }},
+ {{ item }}
+
+
+