<#assign postUrl = JForumContext.encodeURL("/posts/preList/${post.topicId}/${post.id}")/>
${post.subject},
${I18n.getMessage("Search.forum")} ${post.forum.name?html},
${post.formattedTime},
${I18n.getMessage("Search.postedBy")} ${post.postUsername}<#if post.topicType == TOPIC_WIKI && post.formattedEditTime != "">,#if>
<#if post.topicType == TOPIC_WIKI && post.formattedEditTime != "">${I18n.getMessage("Search.edited")} ${post.formattedEditTime}#if>
|