summaryrefslogtreecommitdiff
path: root/addons/mail/static/src/components/chatter_container/chatter_container.xml
blob: c1d8d22067c57b7c6eb9fef3ac585fc22c63a20a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">

    <t t-name="mail.ChatterContainer" owl="1">
        <div class="o_ChatterContainer">
            <t t-if="chatter">
                <Chatter chatterLocalId="chatter.localId"/>
            </t>
            <t t-else="">
                <div class="o_ChatterContainer_noChatter"><i class="o_ChatterContainer_noChatterIcon fa fa-spinner fa-spin"/>Please wait...</div>
            </t>
        </div>
    </t>

</templates>