<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
    <t t-inherit="mail.ChatBubble" t-inherit-mode="extension">
        <xpath expr="//*[@t-ref='root']" position="inside">
            <t t-if="props.chatWindow.thread" t-call="im_livechat.LivechatStatusLabelOfThread">
                <t t-set="templateParams" t-value="{ livechatThread: props.chatWindow.thread }"/>
            </t>
        </xpath>
    </t>
</templates>
