calebasse/calebasse/agenda/templates/agenda/ajax-ressource-disponibility-column.html @ 72f229a9
| 7ee2f91a | Serghei MIHAI | <tr><td class="ressource-{{ ressource_id }} agenda" data-id="{{ ressource_id }}">{{ initials }}</td></tr>
|
|
{% for start_time, quarters in disponibility.items %}
|
|||
<tr>
|
|||
{% for quarter in quarters %}
|
|||
{% for value in quarter %}
|
|||
<td class="ressource-{{ value.id }} agenda {{ value.dispo }}" data-id="{{ value.id }}"></td>
|
|||
{% endfor %}
|
|||
{% endfor %}
|
|||
</tr>
|
|||
{% endfor %}
|