{* //JBF limit displayed messages to first-in-thread *} {if $row.message_parent < 0} {if $row.visit_user != $user_id || $row.reply_visits != $row.replies} {dPshowImage src='images/icons/stock_new_small.png' alt='You have unread posts in this topic'} {/if} {$row.message_title} {$row.user_username} {$row.replies} {if $row.latest_reply} {$formatted_date}
( {$date_diff_now_last} {dPtranslate word='days ago'} ) {else} {dPtranslate word='No replies'} {/if} {/if}