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.dropsEnabled,true)}

Welcome to the market

{#with _view.items.food as :food} {#with :food[0]}{/} {#with :food[1]}{/} {#with :food[2]}{/} {#with :food[3]}{/} {#with :food[4]}{/} {#with :food[5]}{/} {#with :food[6]}{/} {#with :food[7]}{/} {#with :food[8]}{/} {#with :food[9]}{/}
{/}
{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
    {/}