Open the Stats page.
In the “Today’s Habits” section, duplicate the checkbox property under the “Today’s Habits” section. Repeat for all the habits you want to add.

There are 2 places in the formula that include (5-Daily total#). Change the 5 to the total number of your habits.

In the part of the formula that has “Daily total #/5”, change the 5 to the total number of your habits.

Open each formula and replace any properties that have the habit # you duplicated with the corresponding property for the new habit.
“# complete?” should be: and(prop("This week?"), prop(New Habit))

“Habit # icon” should be: if(prop("New Habit")==true, "●", "○")

Go back out to the main page of the Habit Tracker template.
Add new habits to the calendar view.
In the calendar view section, click the 3 dots to the left of the blue “New” button.
Click “properties,” then show the checkbox properties for the new habits.

In the “Today’s habits” section, duplicate one of the buttons and click the gear icon to the right of the button.
Change the property to edit to the new habit’s checkbox property.
Select “checked” under “set property to.” Repeat for all of the habits you want to add.

Edit the gallery view of today’s progress and show the checkbox properties.

Open the Stats page.
In the “Habit details” section, duplicate the “Habit # name” and “# goal (days/wk) properties.

Open/ stay in the Stats page.
In the “Backend” section, duplicate the 5 rollups/formulas for each habit.

“# name display” should be: style(prop("New Habit # name”), "b")

“# this week” should be: rollup from habit tracker relation, property- “# completed?”, calculate checked.

“# goal to date” should be: round((prop("New # goal (days/wk)")/7)*prop("# days recorded")*10)/10

“# total” should be: rollup from habit tracker relation, property- “Habit” (checkbox), calculate checked.

The “# all icons” should be: rollup from habit tracker relation, property- “Habit # icon”, show original.

Repeat for all of the habits you want to add.