<?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['address_name']" class="small">
                <span class="fa fa-map-marker"/> <t t-out="result['address_name']"/>
            </span>
        </xpath>
    </t>

</templates>

