10 lines
No EOL
565 B
HTML
10 lines
No EOL
565 B
HTML
{% import "tasks/macros.html" as tsk %}
|
|
<div style="max-width:1100px;margin:0 auto;padding:1rem;">
|
|
<h2 style="margin-top:0;">Tâches du jour</h2>
|
|
{{ tsk.render_tasks_table(today_tasks, show_entity=True, show_due_date=False, empty_text="Aucune tâche pour aujourd'hui") }}
|
|
</div>
|
|
{% import "tasks/macros.html" as tsk %}
|
|
<div style="max-width:1100px;margin:0 auto;padding:1rem;">
|
|
<h2 style="margin-top:0;">Tâches du jour</h2>
|
|
{{ tsk.render_tasks_table(today_tasks, show_entity=True, show_due_date=False, empty_text="Aucune tâche pour aujourd'hui") }}
|
|
</div> |