{% load static %}
{% if latest_task_list %} {% for task in latest_task_list %}      {% endfor %} {% for task in night_task_list %}      {% endfor %}
Jour
{% if task.done %} {{task.key}} {% else %} {{task.key}} {% endif %} {{ task.name }}
{{task.desc}}
 
Nuit
{% if task.done %} {{task.key}} {% else %} {{task.key}} {% endif %} {{ task.name }}
{{task.desc}}
{% else %}

Aucune tâche disponible.

{% endif %}