{{#if (eq zulip_view "inbox")}}
{{#tr}}
You’ll see a list of conversations where you have unread messages, organized by channel.
{{#*inline "z-highlight"}}{{> @partial-block}}{{/inline}}
{{/tr}}
{{else if (eq zulip_view "recent_conversations")}}
{{#tr}}
You’ll see a list of ongoing conversations.
{{#*inline "z-highlight"}}{{> @partial-block}}{{/inline}}
{{/tr}}
{{/if}}
{{#tr}}
Each conversation is labeled with a topic by the person who started it.
{{#*inline "z-highlight"}}{{> @partial-block}}{{/inline}}
{{/tr}}
{{t 'Click on a conversation to view it. To return here, you can:'}}
{{#tr}}
Use the back button in your browser or desktop app.
{{#*inline "z-highlight"}}{{> @partial-block}}{{/inline}}
{{/tr}}
{{#if (eq zulip_view "inbox")}}
{{#tr}}
Click Inbox in the left sidebar.
{{#*inline "z-icon-inbox"}}{{/inline}}
{{#*inline "z-highlight"}}{{> @partial-block}}{{/inline}}
{{/tr}}
{{else if (eq zulip_view "recent_conversations")}}
{{#tr}}
Click Recent conversations in the left sidebar.
{{#*inline "z-icon-recent"}}{{/inline}}
{{#*inline "z-highlight"}}{{> @partial-block}}{{/inline}}
{{/tr}}
{{/if}}