<xf:if is="{$xf.visitor.user_id} != $post.User.user_id">
<xf:if is="$xf.visitor.canStartConversationWith($post.User)">
<a href="{{ link('conversations/add', null, {'to': $post.User.username, 'title':$thread.title}) }}" data-xf-init="tooltip" title="{{ phrase('start_conversation')}}" target="_blank">Попросить личный</a>
</xf:if>
</xf:if>