<?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>