{extends "../@layout.xml"} {block title}Видеозапись{/block} {block header} {$user->getCanonicalName()} » {_"videos"} » {_"video"} {/block} {block content}
{if $video->getType() === 0} {else} {var driver = $video->getVideoDriver()} {if !$driver} Эта видеозапись не поддерживается в вашей версии OpenVK. {else} {$driver->getEmbed()|noescape} {/if} {/if}

{include "../components/comments.xml", comments => $comments, count => $cCount, page => $cPage, model => "videos", parent => $video}

{_"information"}

{_"info_name"}: {$video->getName()}
{_"info_description"}: {$video->getDescription() ?? "(отсутствует)"}
{_"info_uploaded_by"}: {$user->getFullName()}
{_"info_upload_date"}: {$video->getPublicationTime()}

{_actions}

{_edit} {_delete}
{/block}