Project

General

Profile

Download (639 Bytes) Statistics
| Branch: | Tag: | Revision:
3a38fa86 Serghei MIHAI
<li class='{{ ressource_type }}-{{ ressource_id }}'>
488e8418 Serghei MIHAI
<ul>
<li class="initials" data-id="{{ ressource_id }}">
{{ initials }}
</li>
{% for start_time, quarters in disponibility.items %}
30ba60e1 Serghei MIHAI
<li class="hour-mark {% if start_time == 13 %}noon-start{% elif start_time == 14%}noon-end{% endif %}">
488e8418 Serghei MIHAI
<ul>
7ee2f91a Serghei MIHAI
{% for quarter in quarters %}
4c32d748 Serghei MIHAI
{% for min, value in quarter %}
<li class="ressource-{{ value.id }} agenda {{ value.dispo }}" data-id="{{ value.id }}" title="{{ start_time|stringformat:"02d" }}:{{ min|stringformat:"02d" }}"></li>
7ee2f91a Serghei MIHAI
{% endfor %}
4c32d748 Serghei MIHAI
488e8418 Serghei MIHAI
{% endfor %}
</ul>
</li>
{% endfor %}
</ul>
</li>