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

    <t t-name="web.BadgeField">
        <span t-if="props.record.data[props.name]" class="badge rounded-pill" t-att-class="badgeClass" t-esc="formattedValue" />
    </t>

</templates>
