<templates id="template" xml:space="preserve">
<t t-name="html_editor.MediaDialog">
    <Dialog contentClass="contentClass"
        size="size"
        title="title"
        modalRef="modalRef">
        <Notebook pages="notebookPages" onPageUpdate.bind="onTabChange" defaultPage="state.activeTab"/>
        <t t-set-slot="footer">
            <button class="btn btn-primary" t-on-click="() => this.save()" t-ref="add-button">Add</button>
            <button class="btn btn-secondary" t-on-click="() => this.close()">Discard</button>
        </t>
    </Dialog>
</t>
</templates>
