%inherit file="simple.html"/>
<%block name="title">Action Submitted%block>
Return To Global Errors
Submitted action to Unified with the following parameters:
User
${user}
Workflows
% for wf in workflows:
${wf}
% endfor
Action
${action}
Parameters
% for key, val in params.iteritems():
${key}: ${val}
% endfor
Reasons
% for reason in reasons:
${reason['short']}
${reason['long']}
% endfor
Return To Global Errors