Project

General

Profile

« Previous | Next » 

Revision c125a508

Added by Serghei Mihai over 12 years ago

displaying if the absence is a group one or not

View differences:

calebasse/personnes/templates/personnes/worker_update.html
<li class="status">Statut</li>
<li class="type">Type</li>
<li class="comment">Commentaire</li>
<li class="groupe">Groupe</li>
<li class="actions">Actions</li>
</ul>
</li>
......
{{ holiday.comment }}
{% endif %}
</li>
<li class="groupe">
{% if holiday.holiday_type.for_group %}
<span class="icon-ok"></span>
{% endif %}
</li>
<li class="actions">
<button class="icon-edit" data-action='edit' data-id='{{ holiday.id }}'></button>
<button class="icon-remove" data-action='delete' data-id='{{ holiday.id }}'></button>

Also available in: Unified diff