<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">

<t t-inherit="web.NavBar" t-inherit-mode="extension">
    <xpath expr="//div[hasclass('o_menu_systray')]" position="attributes">
        <attribute name="t-attf-class" add="{{shouldDisplayWebsiteSystray ? 'o_website_systray': ''}}" separator=" "/>
    </xpath>
</t>

</templates>
