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

<t t-name="website.WebsiteSystrayItem">
    <div class="d-flex">
        <WebsiteSwitcherSystrayItem t-if="this.hasMultiWebsites"/>
        <PublishSystrayItem t-if="this.canPublish"/>
        <MobilePreviewSystrayItem t-if="this.isRestrictedEditor" />
        <EditInBackendSystrayItem t-if="this.hasEditableRecordInBackend"/>
        <NewContentSystrayItem t-if="this.isRestrictedEditor" onNewPage="props.onNewPage"/>
        <EditWebsiteSystrayItem t-if="this.isRestrictedEditor and this.canEdit" t-props="this.editWebsiteSystrayItemProps"/>
    </div>
</t>

</templates>
