Habits

    {#each _habitList as :task}{/}

Daily

    {#each _dailyList as :task}{/}

Todos

{#if _user.history.todos} {/} {#if _user.flags.enableDueDates}  iCal  Google Calendar {/}

Rewards

{#unless _view.activeTabPets}
{gold(_user.stats.gp)}
{silver(_user.stats.gp)}
{else} {/}
{#if _user.flags.petsEnabled}
{#with _view.items.pets as :pets}
{#with :pets[0]}{/} {#with :pets[1]}{/} {#with :pets[2]}{/} {#with :pets[3]}{/}
{#with :pets[4]}{/} {#with :pets[5]}{/} {#with :pets[6]}{/} {#with :pets[7]}{/}
{#with :pets[8]}{/} {#with :pets[9]}{/} {#with :pets[10]}{/} {#with :pets[11]}{/}
{#with :pets[12]}{/} {#with :pets[13]}{/} {#with :pets[14]}{/} {#with :pets[15]}{/}
{#with :pets[16]}{/}
{/}
{else} {/}
  •     
    {#if :task.history} {/}
    {#if :task.notes} {/}
    {#if equal(:task.type, 'habit')} {#if :task.up}{/} {#if :task.down}{/} {else if equal(:task.type, 'reward')} {:task.value} {else} {/}
    {:task.text}