10 lines
No EOL
465 B
HTML
10 lines
No EOL
465 B
HTML
{% import "tasks/macros.html" as tsk %}
|
|
<div style="max-width:1100px;margin:0 auto;padding:1rem;">
|
|
<h2 style="margin-top:0;">Liste des tâches</h2>
|
|
{{ tsk.render_tasks_table(tasks, show_entity=True, show_due_date=True) }}
|
|
</div>
|
|
{% import "tasks/macros.html" as tsk %}
|
|
<div style="max-width:1100px;margin:0 auto;padding:1rem;">
|
|
<h2 style="margin-top:0;">Liste des tâches</h2>
|
|
{{ tsk.render_tasks_table(tasks, show_entity=True, show_due_date=True) }}
|
|
</div> |