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