{extends "@layout.xml"} {block title}{_banned_title}{/block} {block header} {_banned_header} {/block} {block content}
{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}
{tr("banned_3", urlencode($csrfToken))|noescape}
{/block}