<templates xml:space="preserve">
    <t t-name="html_editor.ImageTransformButton">
        <button class="btn btn-light" t-att-class="{active: state.active, disabled: props.isDisabled}" t-att-title="state.active ? props.activeTitle : props.title" t-att-name="props.id" t-on-click="onButtonClick">
            <span class="fa fa-fw" t-att-class="props.icon"/>
        </button>
    </t>
</templates>
