#if ($r.available("feed.edit.item.$post.getGuid()"))
## special case: this item has been added by another user and thus we
## don't yet have links for this item. But we can still display the content
$r.render("feed.edit.item.$post.getGuid()")
#if ($callback.mayDeleteItems() || ($callback.mayCreateItems() && $post.isDraft()))
$r.render("delete.$post.getGuid()")
#end
#end