<%inherit file="/layout/wizard.html"/> <%namespace file="/lib.html" import="manager_save_search_link,wizard_ok"/>

${_('New alert saved successfully')}

${_('View triggered alerts through the Alert manager.') % make_url(['alerts', app])}

${_('Edit this alert at Settings » Searches, reports, and alerts »')} ${manager_save_search_link(saved_search.namespace, saved_search.id, saved_search.name)}

% if saved_search.action.rss.enabled: <% rss_url = cherrypy.request.base + make_url(['rss', saved_search.name]) %>

${_('RSS:')} ${rss_url | h}

% endif
${wizard_ok()}