<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">

    <t t-name="account_peppol.WhatIsPeppol">
        <div class="modal-content shadow">
            <div class="modal-body p-5">
                <h2 class="fw-bold mb-1 text-center">What is Peppol and why it's great ?</h2>
                <ul class="d-grid gap-4 my-4 list-unstyled small">
                    <li class="d-flex gap-4">
                        <div>
                            <h5 class="mb-0">The e-invoicing network</h5>
                            PEPPOL is the secure standard for e-invoices used in EU and across the world.
                        </div>
                    </li>
                    <li class="d-flex gap-4">
                        <div>
                            <h5 class="mb-0">Fully automated</h5>
                            PEPPOL allows for complete automation of sending and receiving e-invoices.
                        </div>
                    </li>
                    <li class="d-flex gap-4">
                        <div>
                            <h5 class="mb-0">Free on Odoo</h5>
                            Create, send and receive e-invoices for free.
                        </div>
                    </li>
                    <li class="d-flex gap-4">
                        <div>
                            <h5 class="mb-0">E-invoices will soon be mandatory in many countries</h5>
                            Odoo keeps you up to date with the new regulation.
                        </div>
                    </li>
                </ul>
                <button class="btn btn-lg btn-primary mt-3 w-100" t-on-click="activate" t-out="closeButtonLabel()"/>
            </div>
        </div>
    </t>

</templates>
