{$row.Date_Added}
{if {$row.postType}=='post'}
{$row.Title}
{$row.Body}
“ {$row.Quote}
{$row.Source}
{elseif {$row.postType}=='url'}
{$row.Name}
{elseif {$row.postType}=='conversation'}
{$row.Description}
...
{elseif {$row.postType}=='video'}
{$row.Title}
{$row.Conversation}
{$row.Video}
{elseif {$row.postType}=='mp3'}
{$row.Mp3}
{/if}
{__("at")} {$comment.Date}
{$comment.Comment}