<%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> Avatar Image <%/if> <%else> Avatar Image <%/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> <% post.text|parse sone=post.sone length=core.preferences.charactersPerPost cut-off-length=core.preferences.postCutOffLength|store key=shortText text=true>
<% originalText>
<% parsedText>
<% shortText>
<%if !shortText|match key=parsedText><%if !raw><%= View.Post.ShowMore|l10n|html><%/if><%/if> <%if !shortText|match key=parsedText><%if !raw><%/if><%/if>
· · · <%if ! originalText|match key=parsedText> · <%/if>
·
<%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>