<%inherit file="base-web.html" /> <%def name="content()">
% if error_toggle != UNDEFINED:
OOPS! Some error occurred, please check the instructions below!
% endif
% if error_file != UNDEFINED: ${error_file} % endif
% if error_desc != UNDEFINED: ${error_desc} % endif
% if error_package != UNDEFINED: ${error_package} % endif
% if error_options != UNDEFINED: ${error_options} % endif
% if error_machine != UNDEFINED: ${error_machines} % endif
% if error_timeout != UNDEFINED: ${error_timeout} % endif
% if error_priority != UNDEFINED: ${error_priority} % endif