{{! Client-side Handlebars template for rendering the trailing bookend. }}
{{#if is_spectator}} {{t "Browse recent conversations" }} {{else}} {{#if deactivated}} {{t "This channel has been archived." }} {{else if subscribed }} {{#tr}} You subscribed to . {{#*inline "z-stream-name"}}{{> stream_privacy . }} {{stream_name}}{{/inline}} {{#*inline "channel-settings-link"}} {{t 'Manage channel settings'}}{{/inline}} {{/tr}} {{else if just_unsubscribed }} {{#tr}} You unsubscribed from . {{#*inline "z-stream-name"}}{{> stream_privacy . }} {{stream_name}}{{/inline}} {{#*inline "channel-settings-link"}} {{t 'View in channel settings'}}{{/inline}} {{/tr}} {{else}} {{#tr}} You are not subscribed to . {{#*inline "z-stream-name"}}{{> stream_privacy . }} {{stream_name}}{{/inline}} {{#*inline "subscribe-button"}} {{t 'Subscribe'}}{{/inline}} {{/tr}} {{/if}} {{/if}}