<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
    <t t-name="web.UpgradeDialog">
        <Dialog title.translate="Odoo Enterprise">
            <div role="status"
                class="d-flex flex-row align-items-center flex-wrap  flex-md-nowrap gap-1">
                <div class="w-100 w-md-50">
                    Get this feature and much more with Odoo Enterprise!
                    <ul class="list-unstyled">
                        <li><i class="fa fa-check"></i> Access to all Enterprise Apps</li>
                        <li><i class="fa fa-check"></i> New design</li>
                        <li><i class="fa fa-check"></i> Mobile support</li>
                        <li><i class="fa fa-check"></i> Upgrade to future versions</li>
                        <li><i class="fa fa-check"></i> Bugfixes guarantee</li>
                        <li><a href="http://www.odoo.com/editions?utm_source=db&amp;utm_medium=enterprise" target="_blank"><i class="fa fa-plus"></i> And more</a></li>
                    </ul>
                </div>
                <div class="o_video_embed w-100 w-md-50 ratio ratio-16x9">
                    <iframe class="embed-responsive-item"
                        t-attf-src="https://www.youtube.com/embed/nbso3NVz3p8?autoplay=1"
                        frameborder="0" allowfullscreen="true" />
                </div>
            </div>
            <t t-set-slot="footer">
                <button class="btn btn-primary" t-on-click="_confirmUpgrade">Upgrade now</button>
                <button class="btn btn-secondary" t-on-click="this.props.close">Cancel</button>
            </t>
        </Dialog>
    </t>
</templates>
