<?xml version="1.0" encoding="UTF-8"?>
<templates>
    <t t-name="saas_website.dns_menu">
        <a id="o_dns_menu" role="menuitem" href="/saas_trial/my_dns" target="_blank" class="dropdown-item" title="Domain Name">
            Domain Name
        </a>
    </t>

    <t t-name="saas_website.dns_confirm_dialog">
        <div id="dns-confirm-dialog" class="modal fade" role="dialog">
            <div class="modal-dialog" role="document">
                <div class="modal-content">
                    <div class="modal-header">
                        <h3 class="modal-title">Want a free domain name?</h3>
                        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                            <span>&amp;times;</span>
                        </button>
                    </div>
                    <div class="modal-body">
                        <p>Our team will review your request to prevent any potential abuse. To be eligible for a free domain name, please make sure that your website has the following:</p>
                        <ul>
                            <li>A clear and concise home page that introduces your business.</li>
                            <li>A page of contact information, including your name, email address, and phone number.</li>
                            <li>At least one page of product or service information, if applicable.</li>
                        </ul>
                    </div>
                    <div class="modal-footer">
                        <a href="/saas_trial/my_dns" class="btn btn-primary" role="button">My Website is Ready</a>
                        <button type="button" class="btn btn-secondary" data-dismiss="modal">I'll Get It later</button>
                    </div>
                </div>
            </div>
        </div>
    </t>
</templates>
