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

    <t t-name="sms.SendSMSButton">
        <a
            t-att-title="title"
            t-att-href="phoneHref"
            t-on-click.prevent.stop="onClick"
            class="ms-3 d-inline-flex align-items-center o_field_phone_sms"
        ><i class="fa fa-mobile"></i><small class="fw-bold ms-1">SMS</small></a>
    </t>

</templates>
