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