<?xml version="1.0" encoding="UTF-8" ?>
<templates xml:space="preserve">
    <t t-name="sale.BadgeExtraPrice">
        <span class="badge rounded-pill border ps-1 text-bg-primary">
            <span t-out="this.props.price > 0 ? '+' : '-'" class="me-1"/>
            <span t-out="getFormattedPrice()"/>
        </span>
    </t>
</templates>
