%inherit file="/base/base.html"/>
<%namespace file="/utils/sidebars.html" name="sidebars" />
<%def name="javascripts()" filter="trim">
%def>
% if change == False:
Confirm all tasks for case ${case.case_name|h} status change to ${status|h}
Are you sure you want to set all tasks for case ${case.case_name|h} status to ${status|h}?
Yes | No
% else:
All tasks for case ${case.case_name|h} status has been set to ${status|h}.
View Case
% endif