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

<template id="remove_external_snippets" inherit_id="website.external_snippets">
    <xpath expr="//t[@t-install='website_event']" position="replace"/>
</template>

<template id="snippets" inherit_id="website.snippets">
    <xpath expr="//t[@id='installed_snippets_hook']" position="after">
        <t snippet-group="events" t-snippet="website.s_snippet_group" string="Events"
            t-thumbnail="/website/static/src/img/snippets_thumbs/s_event_upcoming_snippet.svg"/>
    </xpath>
    <xpath expr="//t[@id='event_upcoming_snippet_hook']" position="replace">
        <t t-snippet="website_event.s_events_picture" string="Events" group="events"/>
        <t t-snippet="website_event.s_events_card" string="Events" group="events"/>
        <t t-snippet="website_event.s_events_single_offset" string="Event" group="events"/>
        <t t-snippet="website_event.s_events_single_entry" string="Event" group="events"/>
        <t t-snippet="website_event.s_events_single_card" string="Event" group="events"/>
        <t t-snippet="website_event.s_events_single_badge" string="Event" group="events"/>
        <t t-snippet="website_event.s_events_single_aside" string="Event" group="events"/>
    </xpath>
</template>

<asset id="website_event.s_searchbar_000_xml" name="Searchbar 000 XML">
    <bundle>web.assets_frontend</bundle>
    <path>website_event/static/src/snippets/s_searchbar/000.xml</path>
</asset>

</odoo>
