%! 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 ${title | h} %block>
${description | h}
% if data is not UNDEFINED: % for (key, value) in data.items(): % endfor % endif