{} {# Partial: affiche une table de tâches à partir de la variable `tasks` #} {% import "tasks/macros.html" as tsk %}

Tâches

Total: {{ tasks|length if tasks else 0 }}
{{ tsk.render_tasks_table(tasks, show_entity=True, show_due_date=True) }}
{# Partial: affiche une table de tâches à partir de la variable `tasks` #} {% import "tasks/macros.html" as tsk %}

Tâches

Total: {{ tasks|length if tasks else 0 }}
{{ tsk.render_tasks_table(tasks, show_entity=True, show_due_date=True) }}