<?xml version="1.0"?>
<templates>
<t t-name="web.BlankComponent">
    <ControlPanel display="{disableDropdown: true}" t-if="props.withControlPanel and !env.isSmall">
        <t t-set-slot="layout-buttons">
            <button class="btn btn-primary invisible"> empty </button>
        </t>
    </ControlPanel>
</t>
</templates>
