## -*- coding: utf-8; -*- <%inherit file="/master/edit.mako" /> <%def name="extra_javascript()"> ${parent.extra_javascript()} ${h.javascript_link(request.static_url('tailbone:static/js/tailbone.batch.js'))} %def> <%def name="extra_styles()"> ${parent.extra_styles()} %def> <%def name="buttons()">
%def> <%def name="grid_tools()"> % if not batch.executed:${h.link_to("Delete all rows matching current search", url('{}.delete_rows'.format(route_prefix), uuid=batch.uuid))}
% endif %def>