summaryrefslogtreecommitdiff
path: root/views/partials/edit-subscription.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/edit-subscription.ejs')
-rw-r--r--views/partials/edit-subscription.ejs33
1 files changed, 33 insertions, 0 deletions
diff --git a/views/partials/edit-subscription.ejs b/views/partials/edit-subscription.ejs
new file mode 100644
index 0000000..0aa5281
--- /dev/null
+++ b/views/partials/edit-subscription.ejs
@@ -0,0 +1,33 @@
+<div class="mediaDrawer fixed animate editSubscription">
+ <span class="close">X</span>
+ <div id="form_container">
+ <form enctype="multipart/form-data" method="post">
+ <input type="hidden" name="_csrf" value="[[- token ]]">
+ <ul>
+ <li class="section_break">
+ <h3>Edit Subscription</h3>
+ </li>
+ <li>
+ [[ if (! user.plan_level) { ]]
+ You are currently using the free plan. For access to all of Vvalls features,
+ consider upgrading to a paid plan.
+ <p>
+ <a href="/about/brochure">View the Plans</a>
+ [[ } else { ]]
+ Your current plan level is XXX
+ You have been a member since XXX
+ $cost/month OR $cost/year
+
+ You are using N basic layouts
+ Buy more
+
+ You are using N pro layouts
+ Buy more / Upgrade your account
+
+ Cancel your subscription
+ [[ } ]]
+ </li>
+ </ul>
+ </form>
+ </div>
+</div>