Habits

    {#each _habitList as :task}{/}

Daily

    {#each _dailyList as :task}{/}
{#if _user.history.todos} {/}

Todos

    {#each _todoList as :task}{/}
{#unless _view.activeTabPets}
{gold(_user.stats.gp)}
{silver(_user.stats.gp)}
{else} {/}

Rewards

{#if equal(_user.flags.petsEnabled,true)}
{#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}

  • {#if equal(:task.type, 'habit')}
    Direction/Actions
    {else if equal(:task.type, 'daily')}
    Repeat
    {else if equal(:task.type, 'reward')}
    Gold
    {else if equal(:task.type, 'todo')}
    Due Date
    {/} {#unless equal(:task.type, 'reward')}

    Advanced Options

    Difficulty
    {/}