Task Overview

{{#each (get "tasks")}} {{/each}}
Title Status Progress
{{title}} {{#if done}} complete {{/if}} {{#if doing}} in progress {{/if}} {{#if pending}} pending {{/if}} {{#if cancelled}} cancelled {{/if}}
{{progress}}%