2022-08-05 23:00:52 +03:00
|
|
|
{extends "@layout.xml"}
|
|
|
|
{block title}{$thisUser->getCanonicalName()}{/block}
|
|
|
|
|
|
|
|
{block header}
|
|
|
|
{$thisUser->getCanonicalName()}
|
|
|
|
{/block}
|
|
|
|
|
|
|
|
{block content}
|
|
|
|
<div class="container_gray bottom" style="margin: -10px -10px 10px;">
|
|
|
|
{tr("profile_deactivated_msg", $thisUser->getDeactivationDate()->format("%e %B %G" . tr("time_at_sp") . "%R"))|noescape}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="left_small_block">
|
|
|
|
<div>
|
|
|
|
<img src="{$thisUser->getAvatarUrl('normal')}"
|
|
|
|
alt="{$thisUser->getCanonicalName()}"
|
|
|
|
style="width: 100%; image-rendering: -webkit-optimize-contrast;" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="right_big_block">
|
|
|
|
<div class="page_info">
|
|
|
|
<div class="accountInfo clearFix">
|
|
|
|
<div class="profileName">
|
|
|
|
<h2>{$thisUser->getFullName()}</h2>
|
|
|
|
<div class="page_status" style="color: #AAA;">{_profile_deactivated_status}</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2022-08-05 23:29:31 +03:00
|
|
|
<center style="color: #AAA; margin: 40px 0; font-size: 13px;">
|
2022-08-05 23:00:52 +03:00
|
|
|
{_profile_deactivated_info|noescape}
|
|
|
|
</center>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{/block}
|