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

    <t t-name="pos_glory_cash.CancelDialog">
        <Dialog size="'sm'" title.translate="Cash machine error">
            <p t-out="props.message" class="text-prewrap"/>
            <t t-set-slot="footer">
                <button class="btn btn-primary" t-on-click="() => { props.cancel(); props.close(); }">
                    Cancel Operation
                </button>
                <button class="btn btn-secondary" t-on-click="() => props.close()">
                    Close
                </button>
            </t>
        </Dialog>
    </t>

</templates>
