%! 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 %block>
% if prev: Previous % endif % if next: Next % endif
% endifDate and Time | ${finish['datetime'] | h} |
---|---|
Command | ${finish['command'] | h} |
Standard output | ${stdout.strip() | h} |
Standard error | ${stderr.strip() | h} |