Changement visuel vhc caldav

This commit is contained in:
Ambulance Clerc
2022-06-22 09:34:38 +02:00
parent c7ccb10d86
commit 13531efd74
3 changed files with 13 additions and 10 deletions

View File

@@ -1,23 +1,22 @@
{% if latest_task_list %}
<table>
{% for task in latest_task_list %}
<tr>
<td style="font-weight: ;" width="100" >
<td style="padding-bottom: 15px" width="100" >
<span style="font-weight: bold;">{{task.key}}</span><br>
{{task.str_start_date}} - {{task.str_end_date}}<br>
{{task.str_start_time}} - {{task.str_end_time}}<br>
</td>&nbsp;&nbsp;&nbsp;&nbsp;
<td style="font-weight: bold;" width="75" >
{{task.key}}
</td>&nbsp;&nbsp;&nbsp;&nbsp;
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
{{ task.name }}
{{ task.name }}<br>
{{task.desc}}
</td>
</tr>
<tr><td>&nbsp;</td></tr>
{% endfor %}
</table>
{% else %}
<p>Aucune information véhicule</p>
<p>Aucune informations véhicule</p>
{% endif %}