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

{$postOwner->getUsername()} | {$locale->formatDate($postDate,"%d %B, %Y %H:%M")} {if $post->hasField("Current Mood")} | {$post->getFieldDescription("Current Mood")} = {$post->getField("Current Mood")} {/if}


{$post->getTopic()}...

{$post->getText()}

{assign var=nextpost value=$post->getNextArticle()} {if $nextpost == true} « | {/if} {assign var=prevpost value=$post->getPrevArticle()} {if $prevpost == true} » {/if} {foreach name=categories from=$post->getCategories() item=postCategory} {$postCategory->getName()}{if !$smarty.foreach.categories.last}, {/if} {/foreach} :: {$locale->tr("comment on this")} ({$post->getTotalComments()}) :: {$locale->tr("permalink")} {if !empty($karma)} {if $karma->isEnabled()} {assign var="positiveKarma" value=$post->getField("positiveKarma")}{if $positiveKarma == ""}{assign var="positiveKarma" value=0}{/if} {assign var="negativeKarma" value=$post->getField("negativeKarma")}{if $negativeKarma == ""}{assign var="negativeKarma" value=0}{/if} :: {$locale->tr("karma")} (+{$positiveKarma}/-{$negativeKarma}) {/if} {/if}