<?xml version="1.0" encoding="UTF-8"?>

<templates xml:space="preserve">
    <t t-inherit="website.s_searchbar.autocomplete" t-inherit-mode="extension">
        <xpath expr="//div[@class='o_search_result_item_detail px-3']" position="inside">
            <span t-if="result['partner_name']" class="small">
                <span class="fa fa-fw fa-user-circle-o"/> <t t-out="result['partner_name']"/>
            </span>
        </xpath>
    </t>
</templates>
