<% post.time|html>
<% post.sone.id|html>
<% post.sone.local>
<%include include/soneMenu.html class=="sone-post-menu" sone=post.sone>
<%if post.loaded>
<%ifnull !post.sone.profile.avatar>
<%post.sone.profile.avatar|image-link max-width==48 max-height==48 mode==enlarge title=="Avatar Image">
<%else>
<%/if>
<%else>
<%/if>
class="hidden"<%/if>>
<%if post.recipientId.present>
→
<%if !post.recipient.present>
<%else>
<%/if>
<%/if>
<% post.text|html|store key==originalText text==true>
<% post.text|parse sone=post.sone|store key==parsedText>
<% parsedText|render|store key==renderedText text==true>
<% parsedText|shorten length=preferences.charactersPerPost cut-off-length=preferences.postCutOffLength|render|store key==shortText text==true>
<% originalText>
<% renderedText>
<% shortText>
<%if !shortText|match value=renderedText><%if !raw>
<%= View.Post.ShowMore|l10n|html><%/if><%/if>
<%if !shortText|match value=renderedText><%if !raw>
<%= View.Post.ShowLess|l10n|html><%/if><%/if>
<% parsedText|linked-elements sone=post.sone|store key==linkedElements>
<% foreach linkedElements linkedElement>
<%if !linkedElement.failed>
<% first>
<%/first>
<% linkedElement|render-linked-element>
<% last>
<%/last>
<%/if>
<%/foreach>
·
·
·
<%if ! originalText|match value=renderedText>
·
<%/if>
·
↑<% post.likes.size>
<%ifnull ! currentSone>
·
<%if !post.sone.current>
<%ifnull !post.sone.trust>
·
<%/if>
<%/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>