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

    <t t-inherit="base.Throbber" t-inherit-mode="extension">
        <xpath expr="//div[@class='oe_blockui_spin']" position="replace">
            <!--<div>
                <div class="oe_blockui_spin" style="height: 50px">
                    <img src="/helpdesk_morsa/static/img/morsa.png" style="animation: fa-spin 1s infinite steps(12);" alt="Loading..."/>
                </div>
                <br />
                <div class="oe_throbber_message" style="color:white"></div>
            </div>-->
        </xpath>
    </t>
</templates>