2020-06-22 21:36:21 +02:00
|
|
|
<div class="compose_invite_user" data-user-id="{{user_id}}" data-stream-id="{{stream_id}}">
|
2018-08-13 00:46:29 +02:00
|
|
|
{{#if can_subscribe_other_users}}
|
2021-04-14 03:04:02 +02:00
|
|
|
<p>{{#tr}}<strong>{name}</strong> is not subscribed to this stream. They will not be notified unless you subscribe them.{{/tr}}</p>
|
2013-10-09 14:39:47 +02:00
|
|
|
<div class="compose_invite_user_controls">
|
2021-09-16 20:05:46 +02:00
|
|
|
<button class="btn btn-warning compose_invite_link" >{{t "Subscribe them" }}</button><button type="button" class="compose_invite_close close">×</button>
|
2013-10-09 14:39:47 +02:00
|
|
|
</div>
|
2018-08-13 00:46:29 +02:00
|
|
|
{{else}}
|
2021-04-14 03:04:02 +02:00
|
|
|
<p>{{#tr}}<strong>{name}</strong> is not subscribed to this stream. They will not be notified if you mention them.{{/tr}}</p>
|
2018-08-13 00:46:29 +02:00
|
|
|
{{/if}}
|
2013-10-09 14:39:47 +02:00
|
|
|
</div>
|