<%! from crab.util.web import abbr %> <%inherit file="base.html"/> <%block name="links"> ${info['host'] | h} ${info['user'] | h} % if info['crabid'] is not None: ${info['crabid'] | h} % else: ${info['command'] | abbr} % endif output

Job Output

% if next or prev:

% if prev: Previous % endif % if next: Next % endif

% endif
Date and Time ${finish['datetime'] | h}
Command ${finish['command'] | h}
Standard output
${stdout.strip() | h}
Standard error
${stderr.strip() | h}