${_('Domains Export Status')}

% 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
<%def name="headers()">\ % if not c.finished: % endif <%def name="title()">\ ${_('Domains :: export status')} <%def name="heading()">\ ${_('Domains :: export status')} <%def name="submenu()"> <%def name="localscripts()">\ <%inherit file="../base.html"/>