<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
    <t t-extend="website_event.customize_options">
        <t t-jquery="label[name='display-website-menu']" t-operation="after">
            <label t-if="window.document.location.pathname.endsWith('/community')" class="o_switch dropdown-item m-0" for="allow-room-creation">
                <input id="allow-room-creation" type="checkbox"/>
                <span/>
                Allow Room Creation
            </label>
        </t>
    </t>
</templates>
