<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
    <t t-inherit="mail.ThreadView" t-inherit-mode="extension">
        <xpath expr="//t[@t-if='threadView.topbar']" position="after">
            <t t-if="threadView.hasVisitorBanner">
                <VisitorBanner
                    class="border-bottom"
                    visitorLocalId="threadView.thread.visitor.localId"
                />
            </t>
        </xpath>
    </t>
</templates>
