1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

Dotcom pricing landing page changes

This commit is contained in:
Harvey Kandola 2022-09-18 15:25:57 -04:00
parent ce07d4d147
commit 5ec911dce2
2 changed files with 21 additions and 21 deletions

View file

@ -2,24 +2,24 @@
{{#if (eq subscription.status 0)}}
<h3 class="color-red-600">Enjoy the Documize free plan!</h3>
<a href="https://www.documize.com/community">
{{ui/ui-button color=constants.Color.Yellow light=true label="Pay for product support"}}
{{ui/ui-button color=constants.Color.Yellow light=true label="Get activation key"}}
</a>
{{/if}}
{{#if (eq subscription.status 1)}}
<h3 class="color-green-600">Nice, you have an active product subscription!</h3>
<a href="https://www.documize.com/community">
{{ui/ui-button color=constants.Color.Yellow light=true label="Pay for product support"}}
{{ui/ui-button color=constants.Color.Yellow light=true label="Get activation key"}}
</a>
{{/if}}
{{#if (eq subscription.status 2)}}
<h3 class="color-red-600">Hmm, your product subscription has expired</h3>
<a href="https://www.documize.com/community">
<a href="https://www.documize.com/community/pricing?ref=app">
{{ui/ui-button color=constants.Color.Yellow light=true label="Get activation key"}}
</a>
{{/if}}
{{#if (eq subscription.status 3)}}
<h3 class="color-red-600">Hmm, {{subscription.activeUsers}} active user count exceeds permitted {{subscription.seats}} user limit</h3>
<a href="https://www.documize.com/community">
<a href="https://www.documize.com/community/pricing?ref=app">
{{ui/ui-button color=constants.Color.Yellow light=true label="Get activation key"}}
</a>
{{/if}}