%! import urllib title = 'Alerts - Home'%> <%inherit file="/layout/base.html"/> <%namespace name="lib" file="/lib.html" import="stylesheet_tags, add_script_block, csrf_hidden_input, sort_link, get_application_css" /> <%def name="css()"> <%lib:stylesheet_tags files="${['/static/css/view.css', '/static/css/alerts.css', '/static/css/skins/default/default.css', '/static/css/print.css']}" /> % if splunk.util.normalizeBoolean(cherrypy.config.get('storm_enabled')): <%lib:get_application_css app="${app}" /> % endif %def> <%def name="js()"> %def> <%def name="body_element_open()">
%def>${ungettext('Showing %(first)s-%(last)s of %(total)s result', 'Showing %(first)s-%(last)s of %(total)s results', pager.item_count) % dict(first=offset+1, last=min(pager.item_count,offset+count), total=pager.item_count)}