2013-09-16 21:13:11 +02:00
|
|
|
<div class="compose_invite_user" data-useremail="{{email}}">
|
2018-08-13 00:46:29 +02:00
|
|
|
{{#if can_subscribe_other_users}}
|
2018-02-28 07:01:19 +01:00
|
|
|
<p>{{#tr this}}<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">
|
2018-02-28 07:01:19 +01:00
|
|
|
<button class="btn btn-warning compose_invite_link" >{{t "Subscribe" }}</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}}
|
|
|
|
<p>{{#tr this}}<strong>__name__</strong> is not subscribed to this stream. They will not be notified if you mention them.{{/tr}}</p>
|
|
|
|
{{/if}}
|
2013-10-09 14:39:47 +02:00
|
|
|
</div>
|