1<?xml version="1.0" encoding="utf-8"?>
2<templates id="template" xml:space="preserve">
3    <t t-name="day_of_week_widget">
4        <table class="o_dow_widget">
5            <thead>
6                <tr>
7                    <th t-foreach="widget.labels" t-as="label">
8                        <t t-esc="label"/>
9                    </th>
10                </tr>
11            </thead>
12            <tbody>
13                <tr class="o_dow_days" />
14            </tbody>
15        </table>
16    </t>
17</templates>
18