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

    <t t-name="web.LoadingIndicator" owl="1">
        <div t-attf-class="o_loading_indicator {{state.show ? 'o_loading' : ''}}">
            <span t-if="state.show" t-transition="fade">
                <t>Loading<t t-if="env.debug" t-esc="' (' + state.count + ')'" /></t>
            </span>
        </div>
    </t>

</templates>
