<@_sysTaskList status=status pageIndex=pageNum count=numPerPage>
<#list page.list as a>
<@t.page 'id'/> <@t.page 'name'/> <@t.page 'description'/> <@t.page 'task.cron'/> <@t.page 'task_template'/> <@t.page 'status'/> <@t.page 'operate'/>
${a.id!} ${(a.name)!} ${(a.description)!} ${(a.cronExpression)!} ${(a.filePath)!} <@t.page 'status.task.'+a.status/> <#if a.status=0> <@t.page 'button.exec'/>| <@t.page 'button.pause'/>| <#elseif a.status=2> <@t.page 'button.resume'/>| <#elseif a.status=3||a.status=1> <@t.page 'button.reinitialize'/>| <@t.page 'button.view_log'/>
<#include "../include_page/page.html"/>