{extends "./@layout.xml"} {block title} {_bans_history} {/block} {block heading} {include title} {/block} {block content}
ID {_bans_history_blocked} {_bans_history_initiator} {_bans_history_start} {_bans_history_end} {_bans_history_time} {_bans_history_reason} {_bans_history_removed}
{$ban->getId()} {$ban->getUser()->getCanonicalName()} {$ban->getUser()->getCanonicalName()} {_admin_banned} {$ban->getInitiator()->getCanonicalName()} {$ban->getInitiator()->getCanonicalName()} {_admin_banned} {date('d.m.Y в H:i:s', $ban->getStartTime())} {date('d.m.Y в H:i:s', $ban->getEndTime())} {$ban->getTime()} {$ban->getReason()} {if $ban->isRemovedManually()} {$ban->whoRemoved()->getCanonicalName()} {$ban->whoRemoved()->getCanonicalName()} {_admin_banned} {else} {_bans_history_active} {/if}
{/block}