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

    <t t-name="hr_holidays.CalendarRenderer">
        <div class="o_timeoff_calendar d-flex flex-column">
            <TimeOffDashboard t-if="showDashboard" employeeId="employeeId"/>
            <t t-call="web.CalendarRenderer"/>
        </div>
    </t>

</templates>
