[% USE raw %] [% USE KohaDates %] [% USE Asset %] [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% IF op == 'view' %] Details of job #[% job.id | html %] › [% END %] Jobs › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]
[% FOR m IN messages %]
[% SWITCH m.code %] [% CASE 'cannot_view_job' %]
Insufficient permission to see this job.
[% CASE %] [% m.code | html %] [% END %]
[% END %] [% IF op == 'view' %]

Details of job #[% job.id | html %]

[% PROCESS "background_jobs/${job.type}.inc" %] [% IF CAN_user_parameters_manage_background_jobs %]
Return to the job list
[% END %] [% END %] [% IF op == 'list' %]

Jobs

Job ID Status Progress Type Queued Started Ended Actions
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% INCLUDE 'js-date-format.inc' %] [% INCLUDE 'datatables.inc' %] [% IF op == 'view' %] [% PROCESS 'js' %] [% END %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]