%! from crab.util.string import alphanum from crab.util.web import abbr scripts = ['crontabs'] %> <%inherit file="base.html"/> <%block name="links"> % if user is not None: ${user | h} % elif host is not None: ${host | h} % endif %block> % for (key, joblist) in sorted(jobs.items()):
| Time | Job ID | Command |
|---|---|---|
Show deleted. Hide deleted. % if raw[key] is not None: Show raw crontab. Hide raw crontab. % endif
% if raw[key] is not None:
% for line in raw[key]:
${line | h}
% endfor
% endif
% endfor