calebasse / calebasse / agenda / templates / agenda / ajax-worker-disponibility-column.html @ b306fcbb
1 |
{% for start_time, quarters in disponibility.items %} |
---|---|
2 |
<tr>
|
3 |
{% for quarter in quarters %} |
4 |
{% for value in quarter %} |
5 |
<td class="worker-{{ value.id }} agenda {{ value.dispo }}" data-id="{{ value.id }}"</td> |
6 |
{% endfor %} |
7 |
{% endfor %} |
8 |
</tr>
|
9 |
{% endfor %} |