%! 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" /> <%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']}" /> %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)}