$def with (goal=None, year=None, update=False)
$ year_value = year if year else '' $if update: $_("How many books would you like to read this year?") $ goal_value = goal if goal else '' $ min_value = 0 if goal else 1 $if goal:
$_('Enter "0" to unset your reading goal. Your check-ins will be preserved.')