mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
26 lines
1.4 KiB
Handlebars
26 lines
1.4 KiB
Handlebars
{{#> modal_banner . }}
|
|
<p class="banner_message">
|
|
{{#if (eq selected_propagate_mode "change_one")}}
|
|
{{#tr}}
|
|
Message sender <z-user-names></z-user-names> is not subscribed to <z-stream></z-stream>.
|
|
{{#*inline "z-user-names"}}({{{unsubscribed_participant_formatted_names_list_html}}}){{/inline}}
|
|
{{#*inline "z-stream"}}<strong class="highlighted-element">{{> ../inline_decorated_channel_name stream=stream show_colored_icon=true}}</strong>{{/inline}}
|
|
{{/tr}}
|
|
|
|
{{else if few_unsubscribed_participants}}
|
|
{{#tr}}
|
|
Some topic participants <z-user-names></z-user-names> are not subscribed to <z-stream></z-stream>.
|
|
{{#*inline "z-user-names"}}({{{unsubscribed_participant_formatted_names_list_html}}}){{/inline}}
|
|
{{#*inline "z-stream"}}<strong class="highlighted-element">{{> ../inline_decorated_channel_name stream=stream show_colored_icon=true}}</strong>{{/inline}}
|
|
{{/tr}}
|
|
|
|
{{else}}
|
|
{{#tr}}
|
|
{unsubscribed_participants_count} topic participants are not subscribed to <z-stream></z-stream>.
|
|
{{#*inline "z-stream"}}<strong class="highlighted-element">{{> ../inline_decorated_channel_name stream=stream show_colored_icon=true}}</strong>{{/inline}}
|
|
{{/tr}}
|
|
{{/if}}
|
|
</p>
|
|
|
|
{{/modal_banner}}
|