Revision c125a508
Added by Serghei Mihai over 11 years ago
calebasse/personnes/templates/personnes/worker_update.html | ||
---|---|---|
124 | 124 |
<li class="status">Statut</li> |
125 | 125 |
<li class="type">Type</li> |
126 | 126 |
<li class="comment">Commentaire</li> |
127 |
<li class="groupe">Groupe</li> |
|
127 | 128 |
<li class="actions">Actions</li> |
128 | 129 |
</ul> |
129 | 130 |
</li> |
... | ... | |
147 | 148 |
{{ holiday.comment }} |
148 | 149 |
{% endif %} |
149 | 150 |
</li> |
151 |
<li class="groupe"> |
|
152 |
{% if holiday.holiday_type.for_group %} |
|
153 |
<span class="icon-ok"></span> |
|
154 |
{% endif %} |
|
155 |
</li> |
|
150 | 156 |
<li class="actions"> |
151 | 157 |
<button class="icon-edit" data-action='edit' data-id='{{ holiday.id }}'></button> |
152 | 158 |
<button class="icon-remove" data-action='delete' data-id='{{ holiday.id }}'></button> |
Also available in: Unified diff
displaying if the absence is a group one or not