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:
parent
ce07d4d147
commit
5ec911dce2
2 changed files with 21 additions and 21 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue