Project

General

Profile

Download (388 Bytes) Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse / agenda / templates / agenda / ajax-worker-disponibility-column.html @ 67de2724

1
<tr><td class="worker-{{ worker_id }} agenda" data-id="{{ worker_id }}">{{ initials }}</td></tr>
2
{% for start_time, quarters in disponibility.items %}
3
  <tr>
4
      {% for quarter in quarters %}
5
        {% for value in quarter %}
6
        <td class="worker-{{ value.id }} agenda {{ value.dispo }}" data-id="{{ value.id }}"></td>
7
        {% endfor %}
8
      {% endfor %}
9
  </tr>
10
{% endfor %}
(3-3/18)