<%page args="module"/> <%! from splunk.appserver.mrsparkle.lib import util %> <%page args="module"/> <%namespace name="helpers" file="//module/_helpers.html" />
% if (splunk.util.normalizeBoolean(module.get('showSaveMenu'))): ${_('Save')} % endif % if (splunk.util.normalizeBoolean(module.get('showCreateMenu'))): ${_('Create')} % endif
${_('Cancel')}

${_('Your search has been paused!')}

${_('This search is taking more than %s seconds to complete. Narrow \ your time range via the time picker drop down if you want to get \ results faster.') % module['autoPauseInterval']}

<%helpers:export className="exportResultsForm" /> <%helpers:share />