[% META title = 'Admin » View Cron Log' -%] [% # PROCESS dumper.tt dump = data %] [% limit = c.query.param('limit') || 200; show_reports = c.query.param('show_reports') ? 1 : 0; %] [% # PROCESS dumper.tt dump = limit %] [% # PROCESS dumper.tt dump = show_reports %]

Cron Log

View most recent

Show reports: [% site.html.submit %]

[% count = 0 %] [% FOREACH entry IN data.reverse; NEXT IF entry.match('mail_reports.pl') AND NOT show_reports; LAST IF count == limit; count = count + 1; %] [% END %]
Message
[% count %] [% entry %]