${forms.form()}
${forms.select_filter()}\
% 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')}
% if c.top_items: graph % endif
<%def name="headers()">\ <%def name="title()">${_('Reports :: ')}${_(c.report_title)} <%def name="heading()">${_('Reports :: ')}${_(c.report_title)} <%def name="localscripts()">\ ${h.javascript_link(h.media_url() + 'js/jquery.clearform.min.js', h.media_url() + 'js/baruwa/reports.common.js', h.media_url() + 'js/baruwa/reports.pie.js')} <%namespace name="forms" file="/reports/form.html"/> <%inherit file="/base.html"/>