<%inherit file="/base/base.html"/> <%namespace file="/utils/sidebars.html" name="sidebars" /> <%def name="javascripts()" filter="trim">
% if change == False:

Confirm task ${task.task_name|h} status change to ${status|h}

Are you sure you want to set Task ${task.task_name|h} status to ${status|h}?

Yes | No

% else:

Task ${task.task_name|h} status has been set to ${status|h}.

View Case | View Task

% endif