{{#partial "page"}}
{{#if wishlist.is_editable}} {{> components/common/breadcrumbs breadcrumbs=breadcrumbs}} {{/if}}

{{lang 'account.wishlists.view_heading' name=wishlist.name}}

{{#if wishlist.is_editable}} {{> components/account/navigation account_page='wishlists'}} {{/if}} {{#if wishlist.is_editable}} {{#if wishlist.is_public '>' 0}}
{{lang 'account.wishlists.share_intro'}}
{{/if}} {{/if}} {{#if wishlist.items}} {{> components/account/wishlist-item-list show_remove=wishlist.is_editable}} {{else}} {{> components/common/alert/alert-info (lang 'account.wishlists.empty_wishlist')}} {{/if}}
{{/partial}} {{> layout/base}}