#include "header.html" #if $web.ctx.path.split('/')[1] == 'my'

Your undone TODOs ...

#else

Undone TODOs ...

#end if #for todo in $undone #end for
#if $web.ctx.path.split('/')[1] == 'my' #else #end if   #if $web.ctx.path.split('/')[1] == 'my' #else #end if delete   $todo.deadline - $todo.title - $usertab[$todo.who]

Done TODOs...

#for todo in $done #end for
  delete   $todo.deadline - $todo.title - $usertab[$todo.who]
#include "footer.html"