Ajout du système de quitance pour les éléments de Op, task, vhc

This commit is contained in:
Ambulance Clerc
2022-10-20 15:08:31 +02:00
parent 1ad64af456
commit f9c750f244
8 changed files with 86 additions and 17 deletions

View File

@@ -8,7 +8,13 @@
<tr>
<td style="vertical-align: top;" class="td_key" >
<span style="font-weight: bold;">{{task.key}}</span><br>
<span style="font-weight: bold;">
{% if task.done %}
{{task.key}}
{% else %}
<a href="op/edit/{{task.uiid}}">{{task.key}}</a>
{% endif %}
</span><br>
{{task.str_start_date}} - {{task.str_end_date}}<br>
{{task.str_start_time}} - {{task.str_end_time}}
</td>&nbsp;&nbsp;&nbsp;&nbsp;