{{response.files.append(URL(r=request,c='static',f='jquery.dataTables.min.js'))}} {{response.files.append(URL(r=request,c='static',f='demo_table.css'))}} {{extend 'layout.html'}} {{if person:}}

Todo Task concerning {{=link_person(person)}}

{{=button('calendar for '+person.name,'calendar',person.id)}} {{else:}}

All Todo Task

{{pass}} {{=button('full calendar','calendar')}} [toggle]

New Task

{{=form}}


{{for task in tasks:}} {{pass}}
Created OnTypeTitle Start/StopAction
{{=task.created_on}} {{=task.task_type}} {{=task.person.name if task.person else ''}} {{=task.title}} {{=task.start_time}}
{{=task.stop_time}}
{{=button('view','view_task',task.id)}} {{=button('edit','edit_task',task.id)}}