<% post.time|html>
<% post.sone.id|html>
<% post.sone.local>
<%if post.loaded>
<%else>
<%/if>
class="hidden"<%/if>>
<%ifnull !post.recipient>
→
<%ifnull post.recipient.identity>
<%else>
<%/if>
<%/if>
<% post.text|html|store key=originalText text=true>
<% post.text|parse sone=post.sone|store key=parsedText text=true>
<% originalText>
<% parsedText>
·
·
·
<%if ! originalText|match key=parsedText>
·
<%/if>
·
↑<% post.likes.size>
<%ifnull ! currentSone>
·
<%if !post.sone.current>
·
<%/if>
<%/if>
<%if post.sone.local>
·
<%/if>
class="hidden"<%/if>>
<%= View.Post.NotDownloaded|l10n|html>
<%foreach post.replies reply>
<%include include/viewReply.html>
<%/foreach>
<%ifnull ! currentSone>
<%/if>