{extends "../@layout.xml"} {block title}{_"photo"}{/block} {block header} {ifset $album} {$album->getOwner()->getCanonicalName()} {if ($album->getOwner() instanceof openvk\Web\Models\Entities\Club)} » {_"albums"} {else} » {_"albums"} {/if} » {$album->getName()} {else} {$photo->getOwner()->getCanonicalName()} {/ifset} » {_"photo"} {/block} {block content}

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

{_"information"}

{_"info_description"}: {$photo->getDescription() ?? "(отсутствует)"}
{_"info_uploaded_by"}: {$photo->getOwner()->getFullName()}
{_"info_upload_date"}: {$photo->getPublicationTime()}

{_actions}

{_"edit"} {_"delete"}
{_"open_original"}
{/block}