<data priority="50">
    <div t-field="company.report_footer" position="replace">
        <t t-if="o and o._name == 'account.move'">
            <div class="flex-grow-1 text-start me-2" t-field="company.report_footer"/>
        </t>
        <t t-else="">
            <div class="flex-grow-1 text-start me-2"/>
        </t>
    </div>
</data>