{extends "../@layout.xml"} {block title}{_post}{/block} {block header} {$wallOwner->getCanonicalName()} » {_wall} » {_post} {/block} {block content} {include "../components/post.xml", post => $post, forceNoCommentsLink => TRUE, forceNoDeleteLink => TRUE}
{include "../components/comments.xml", comments => $comments, count => $cCount, page => $cPage, model => "posts", parent => $post }

{_actions}

{if isset($thisUser)} {var $canDelete = $post->canBeDeletedBy($thisUser)} {/if} {_delete}
{if $post->getGeo()} {script "js/node_modules/leaflet/dist/leaflet.js"} {css "js/node_modules/leaflet/dist/leaflet.css"} {script "js/node_modules/leaflet-control-geocoder/dist/Control.Geocoder.js"} {css "js/node_modules/leaflet-control-geocoder/dist/Control.Geocoder.css"} {/if} {/block}