lacagette_mona.xml 1.11 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
    <t t-extend="PaymentScreen-Paymentmethods">
        <t t-jquery="div.paymentmethods" t-operation="after">
            <div t-if="widget.pos.config.enable_mona" class="monA-summary">
                <table class="monA-summary">
                    <thead>
                        <tr>
                            <th colspan="2">MonA</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <td>Total Eligible</td>
                            <td>
                                <span id="monA-eligible-amount">0.00 €</span>
                            </td>
                        </tr>
                        <tr>
                            <td>Total Received</td>
                            <td>
                                <span id="monA-received-amount">0.00 €</span>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </div>
        </t>
    </t>
</templates>