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

    <t t-name="web.FormLabel">
        <label class="o_form_label" t-att-for="props.id" t-att-class="className" >
            <t t-esc="props.string"/><sup class="d-print-none text-info p-1" t-if="hasTooltip" t-att="{'data-tooltip-template': 'web.FieldTooltip', 'data-tooltip-info': tooltipInfo, 'data-tooltip-touch-tap-to-show': 'true'}">?</sup>
        </label>
    </t>

</templates>
