Changement visuel vhc caldav
This commit is contained in:
@@ -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>
|
||||
<td style="font-weight: bold;" width="75" >
|
||||
{{task.key}}
|
||||
|
||||
</td>
|
||||
<td style="{% if task.done %}text-decoration:line-through{% endif %}">
|
||||
|
||||
{{ task.name }}
|
||||
{{ task.name }}<br>
|
||||
{{task.desc}}
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td> </td></tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
{% else %}
|
||||
<p>Aucune information véhicule</p>
|
||||
<p>Aucune informations véhicule</p>
|
||||
{% endif %}
|
Reference in New Issue
Block a user