Changement visuel vhc caldav
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
{% if latest_task_list %}
|
||||
<table>
|
||||
<td style="font-weight: bold;padding-bottom: 5px; text-align: center;" colspan="2">Jour</td>
|
||||
{% for task in latest_task_list %}
|
||||
<tr><td style="font-weight: bold;" width="75" >{{task.key}}</td> <td style="{% if task.done %}text-decoration:line-through{% endif %}">{{ task.name }}</td></tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
------------------------------------------------------
|
||||
|
||||
<table>
|
||||
<tr><td> </td></tr>
|
||||
<tr>
|
||||
<td style="border-top: 1px dashed black;font-weight: bold;padding: 5px; text-align: center;" colspan="2">Nuit</td>
|
||||
</tr>
|
||||
{% for task in night_task_list %}
|
||||
<tr><td style="font-weight: bold;" width="75" >{{task.key}}</td> <td style="{% if task.done %}text-decoration:line-through{% endif %}">{{ task.name }}</td></tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
{% else %}
|
||||
<p>No task are available.</p>
|
||||
<p>Aucune tâche disponible.</p>
|
||||
{% endif %}
|
Reference in New Issue
Block a user