<% post.sone.niceName|html>
<% post.text|html>
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
<%if post.sone.isCurrent>
<%= View.Post.DeleteLink|l10n|html>
<%/if>
<%foreach post.replies reply>
<% reply.sone.niceName|html>
<% reply.text|html>
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
<%/foreach>