<% reply.text|html|store key==originalText text==true>
<% reply.text|parse sone=reply.sone|store key==parsedText text==true>
<% reply.text|parse sone=reply.sone length=core.preferences.charactersPerPost cut-off-length=core.preferences.postCutOffLength|store key==shortText text==true>
<% originalText>
<% parsedText>
<% shortText>
<%if !shortText|match value=parsedText><%if !raw>
<%= View.Post.ShowMore|l10n|html><%/if><%/if>
<%if !shortText|match value=parsedText><%if !raw>
<%= View.Post.ShowLess|l10n|html><%/if><%/if>
<% reply.time|date format=="MMM d, yyyy, HH:mm:ss">
·
<%if ! originalText|match value=parsedText>
·
<%/if>
·
↑<% reply.likes.size>
<%ifnull ! currentSone>
·
<%if !reply.sone.current>
<%ifnull !reply.sone.trust>
·
<%/if>
<%/if>
<%/if>
<%if reply.sone.local>
·
<%/if>