${_('Audit log Export Status')}
% if c.finished:
% if c.results and c.results['f']:
${_('The export has been processed, ')}${h.link_to(_('Download the file'), url('status-auditlog-export-status', taskid=c.results['id'], d='y'))}
% else:
${_('The Audit log export failed: %s') % c.results['errormsg']}
% endif
% else:
${h.portable_img('imgs/ajax-pager.gif', alt="")} ${_('The Audit log export is being processed.')}
% endif