<button type="submit" value="1"><%= View.Post.UnlikeLink|l10n|html></button>
</form>
<%if !post.sone.current>
+ <%ifnull !post.sone.trust>
<span class='separator'>·</span>
<form class="trust post-trust<%if post.sone.trust.assigned> hidden<%/if>" action="trust.html" method="post">
<input type="hidden" name="formPassword" value="<% formPassword|html>" />
<input type="hidden" name="sone" value="<% post.sone.id|html>" />
<button type="submit" title="<%= View.Trust.Tooltip.Untrust|l10n|html>">↶</button>
</form>
+ <%/if>
<%/if>
<%/if>
<%if post.sone.local>
<button type="submit" value="1"><%= View.Post.UnlikeLink|l10n|html></button>
</form>
<%if !reply.sone.current>
+ <%ifnull !reply.sone.trust>
<span class='separator'>·</span>
<form class="trust reply-trust<%if reply.sone.trust.assigned> hidden<%/if>" action="trust.html" method="post">
<input type="hidden" name="formPassword" value="<% formPassword|html>" />
<input type="hidden" name="sone" value="<% reply.sone.id|html>" />
<button type="submit" title="<%= View.Trust.Tooltip.Untrust|l10n|html>">↶</button>
</form>
+ <%/if>
<%/if>
<%/if>
<%if reply.sone.local>