{{! 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 }} {{t "You subscribed to stream {stream_name}" }} {{else if just_unsubscribed }} {{t "You unsubscribed from stream {stream_name}" }} {{else}} {{t "You are not subscribed to stream {stream_name}" }} {{/if}} {{/if}} {{#if can_toggle_subscription}}
{{/if}}