{extends "@layout.xml"} {block title}{_banned_title}{/block} {block header} {_banned_header} {/block} {block content}
{_banned_alt}

{var $ban = $thisUser->getBanReason("banned")} {if is_string($ban)} {tr("banned_1", htmlentities($thisUser->getCanonicalName()))|noescape}
{tr("banned_2", htmlentities($thisUser->getBanReason()))|noescape} {else} {tr("banned_1", htmlentities($thisUser->getCanonicalName()))|noescape}

Эта страница была заморожена {$ban[0]|noescape} {if $ban[1] !== "app"} {include "Report/ViewContent.xml", type => $ban[1], object => $ban[2]} {/if}
{/if} {if !$thisUser->getUnbanTime()} {_banned_perm} {else} {tr("banned_until_time", $thisUser->getUnbanTime())|noescape} {/if}


{_banned_unban_myself}


{tr("banned_3", urlencode($csrfToken))|noescape}

{/block}