2020-06-07 19:04:43 +03:00
|
|
|
{extends "@layout.xml"}
|
2022-08-09 09:37:08 +03:00
|
|
|
{block title}{_banned_title}{/block}
|
2020-06-07 19:04:43 +03:00
|
|
|
|
|
|
|
{block header}
|
2022-08-09 09:37:08 +03:00
|
|
|
{_banned_header}
|
2020-06-07 19:04:43 +03:00
|
|
|
{/block}
|
|
|
|
|
|
|
|
{block content}
|
|
|
|
<center>
|
2022-08-09 09:37:08 +03:00
|
|
|
<img src="/assets/packages/static/openvk/img/oof.apng" alt="{_banned_alt}" style="width: 20%;" />
|
2020-06-07 19:04:43 +03:00
|
|
|
</center>
|
|
|
|
<p>
|
2021-12-13 17:37:43 +03:00
|
|
|
{tr("banned_1", htmlentities($thisUser->getCanonicalName()))|noescape}<br/>
|
|
|
|
{tr("banned_2", htmlentities($thisUser->getBanReason()))|noescape}
|
2020-06-07 19:04:43 +03:00
|
|
|
</p>
|
|
|
|
<hr/>
|
|
|
|
<p>
|
2021-12-13 17:37:43 +03:00
|
|
|
{tr("banned_3", urlencode($csrfToken))|noescape}
|
2020-06-07 19:04:43 +03:00
|
|
|
</p>
|
2021-12-13 17:37:43 +03:00
|
|
|
{/block}
|