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