<xf:if is="$user.user_id AND $user.user_id != $xf.visitor.user_id AND $xf.visitor.canStartConversationWith($user)">
<div class="message-userExtras">
<a href="{{ link('conversations/add', null, {'to': $user.username}) }}"
class="button button--small button--link button--fullWidth"
data-xf-click="overlay">
Message
</a>
</div>
</xf:if>