{% load static %}
Jour | {% for task in latest_task_list %}|
{% 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}} |
Aucune tâche disponible.
{% endif %}