${forms.form()}
${forms.select_filter('reports')}\
% for index, reportitem in enumerate(c.top_items): <% counter = index + 1 %> % endfor % if not c.top_items: % endif
${_('#')} ${_('Address')} ${_('Count')} ${_('Volume')}
${counter}.    ${reportitem.address} ${int(reportitem.count)} ${h.format_byte_size(reportitem.size)}
${_('No items found')}
<%def name="headers()">\ <%def name="title()">${_('Reports :: ')}${_(c.report_title)} <%def name="heading()">${_('Reports :: ')}${_(c.report_title)} <%def name="submenu()"> <%def name="localscripts()">\ ${h.stylesheet_link(h.media_url() + 'css/vendor/datepicker.css')} ${h.javascript_link(h.media_url() + 'js/vendor/jquery.clearform.min.js', h.media_url() + 'js/vendor/jquery.maskedinput.min.js', h.media_url() + 'js/vendor/bootstrap-datepicker.min.js', h.media_url() + 'js/vendor/jquery.flot.min.js', h.media_url() + 'js/vendor/jquery.flot.pie.min.js', h.media_url() + 'js/vendor/jquery.flot.resize.min.js', h.media_url() + 'js/baruwa/reports.common.min.js', h.media_url() + 'js/baruwa/reports.pie.min.js')} <%namespace name="forms" file="../reports/form.html"/> <%namespace name="f" file="show_filters.html"/> <%inherit file="../base.html"/>