{{{html}}}
{{#has visibility="paid"}}
{{t "This post is for paying subscribers only"}}
{{/has}}
{{#has visibility="members"}}
{{t "This post is for subscribers only"}}
{{/has}}
{{#has visibility="filter"}}
{{t "This post is for subscribers on the {tiers} only" tiers=tiers}}
{{/has}}
{{#if @member}}
{{else}}
{{/if}}