2018-10-10 22:28:32 +02:00
|
|
|
<div class="alert alert-danger">
|
2018-12-16 09:56:55 +01:00
|
|
|
<h3 class="alert-heading disconnect-msg">{{{o.__('This groupchat no longer exists')}}}</h3>
|
2018-10-10 22:28:32 +02:00
|
|
|
<p class="destroyed-reason">{{{o.reason}}}</p>
|
|
|
|
{[ if (o.jid) { ]}
|
2020-01-21 11:08:59 +01:00
|
|
|
<p class="moved-label">{{{o.__('The conversation has moved. Click below to enter.') }}}</p>
|
|
|
|
<p class="moved-link"><a class="switch-chat" href="#">{{{o.jid}}}</a></p>
|
2018-10-10 22:28:32 +02:00
|
|
|
{[ } ]}
|
|
|
|
</div>
|