{{! Client-side Handlebars template for rendering the trailing bookend. }}
{{#if is_spectator}} {{t "Browse recent conversations" }} {{else}} {{#if deactivated}} {{t "This stream has been deactivated" }} {{else if subscribed }} {{#tr}} You subscribed to stream {{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}} {{/tr}} {{else if just_unsubscribed }} {{#tr}} You unsubscribed from stream {{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}} {{/tr}} {{else}} {{#tr}} You are not subscribed to stream {{#*inline "z-stream-name"}}{{> stream_privacy }} {{stream_name}}{{/inline}} {{/tr}} {{/if}} {{/if}} {{#if can_toggle_subscription}}
{{/if}}