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

    <t t-name="website_sale.warningNotification">
        <div class="alert alert-warning" role="alert">
            <i class="fa fa-warning"/>
            <t t-out="this.props.warning"/>
        </div>
    </t>

</templates>
