Project

General

Profile

Download (400 Bytes) Statistics
| Branch: | Tag: | Revision:
<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 %}
(3-3/18)