#include "header.html"
What is the todo about? (title)*
What should be done? (task) $taskvalue
Till when should it be done? (deadline) #for i in ["01","02","03","04","05","06","07","08","09","10", "11","12","13","14","15","16","17","18","19","20","21","22","23","24","25","26","27","28","29","30","31",]: #if $i == $dayvalue $i #else $i #end if #end for . #for i in ["01","02","03", "04","05","06","07","08","09","10","11","12",]: #if $i == $monthvalue $i #else $i #end if #end for .
Who should do the work? (user) #for u in $users #if $whovalue == str($u.id) $u.name #else $u.name #end if #end for