{{!< default}} {{#post}} {{#if @member.paid}}

{{#if @member.name}}{{@member.name}}{{else}}{{t "Your account"}}{{/if}}

{{#if custom_excerpt}} {{custom_excerpt}} {{else}} {{t "Nice, you’re a paying subscriber! You’ve an active account with access to all posts."}} {{/if}}

{{#foreach @member.subscriptions}} {{/foreach}}
{{#get "posts" limit="6" filter="visibility:[members,paid,tiers]+feature_image:-null" include="authors" as |special_posts|}} {{#if special_posts}} {{>related label=(t "The latest posts {start-bold}only for subscribers{end-bold}" start-bold="" end-bold="")}} {{/if}} {{/get}} {{else if @member}}

{{#if @member.name}}{{@member.name}}{{else}}{{t "Your account"}}{{/if}}

{{#if custom_excerpt}} {{custom_excerpt}} {{else}} {{#if @site.paid_members_enabled}} {{t "Currently, you’re not a paying subscriber. You’ve an active account with access to posts for subscribers only."}} {{else}} {{t "You’ve an active account with access to posts for subscribers."}} {{/if}} {{/if}}

{{#if @site.paid_members_enabled}} {{>members/tiers}} {{/if}} {{#get "posts" limit="6" filter="visibility:[members,paid,tiers]+feature_image:-null" include="authors" as |special_posts|}} {{#if special_posts}} {{>related label=(t "The latest posts {start-bold}only for subscribers{end-bold}" start-bold="" end-bold="")}} {{/if}} {{/get}} {{else}} {{#contentFor "script_js"}} {{/contentFor}} {{/if}} {{/post}}