Command ${' '.join(subproc.command) | n} returned with code ${subproc.returncode | n,str}.

% if subproc.stdout_lines:
STDOUT
------
${subproc.stdout_lines | n}
% endif

% if subproc.stderr_lines:
STDERR
------
${subproc.stderr_lines | n}
% endif
