{assign var="postDate" value=$post->getDateObject()} {assign var="postOwner" value=$post->getUserInfo()}

{$post->getTopic()}

{$locale->tr("posted_by")} {$postOwner->getUsername()} | {$locale->formatDate($postDate,"%j %b, %Y")}
{$post->getText()}
{* comment these out if you want to see an example of custom fields, but remember to name the fields in the same way they are named here: 'imfeeling' (livejournal.com style), 'listening' and 'new_field'

{$post->getFieldDescription("imfeeling")} {$post->getField("imfeeling")}
{$post->getFieldDescription("listening")}: {$post->getField("listening")}
{$post->getFieldDescription("non-searchable")}{$post->getField("non-searchable")}

*}