[% USE date %] [% IF NOT c.get_param('ajax') %] [% INCLUDE 'header.html' title = loc('Dashboard') robots = 'noindex, nofollow' bodyclass = 'fullwidthpage'; %] [% IF body %]
[% tprintf(loc('

Reports, Statistics and Actions for

%s

'), body_name) %]
[% ELSE %]

[% loc('Summary statistics') %]

[% END %]

[% loc('Back') %]

[% END %] [% in_progress = 0 %] [% FOR file IN rows %] [% END %]
[% loc('Created') %] [% loc('CSV File') %]
[% date.format(file.ctime, format = '%Y-%m-%d %H:%M') %] [% IF file.finished %] [% file.name %]
[% file.size div 1024 %]KB [% ELSE %] [% file.name %]
[% file.size div 1024 %]KB [% loc('In progress') %] [% in_progress = 1 %] [% END %]
[% IF NOT c.get_param('ajax') %] [% IF in_progress %] [% END %] [% INCLUDE 'footer.html' %] [% END %]