| Name | Topics | Progress |
|---|---|---|
| {data.tasks.indexOf(task) + 1}. {task.name} |
{#each task.tasksToTopics as topic}
{topic.topic.name}
{/each}
|
{task.currentPoints} / {task.totalPoints} ({(
(task.currentPoints / task.totalPoints) *
100
).toFixed(1)}%)
|
No tasks found matching your search. Try a different keyword or clear the search.
{/if}