+ {{#has visibility="paid"}}
+ {{#is "page"}}
+
{{t "This page is for paying subscribers only"}}
+ {{else}}
+
{{t "This post is for paying subscribers only"}}
+ {{/is}}
+ {{/has}}
+ {{#has visibility="members"}}
+ {{#is "page"}}
+
{{t "This page is for subscribers only"}}
+ {{else}}
+
{{t "This post is for subscribers only"}}
+ {{/is}}
+ {{/has}}
+ {{#has visibility="tiers"}}
+ {{#is "page"}}
+
{{t "This page is for subscribers on the {tiers} only" tiers=(tiers separator=", " lastSeparator=(concat " " (t "and") " "))}}
+ {{else}}
+
{{t "This post is for subscribers on the {tiers} only" tiers=(tiers separator=", " lastSeparator=(concat " " (t "and") " "))}}
+ {{/is}}
+ {{/has}}
+ {{#if @member}}
+
{{t "Upgrade your account"}}
+ {{else}}
+
{{t "Subscribe now"}}
+
{{t "Already have an account?"}} {{t "Sign in"}}
+ {{/if}}
+
+