${forms.form()}
${forms.select_filter()}\
% for i, row in enumerate(c.top_items): % endfor % if not c.top_items: % endif
% if c.top_items: graph % endif
${_('Date')} ${_('Mail')} ${_('Virii')} ${_('Virii %')} ${_('Spam')} ${_('Spam %')} ${_('Volume')}
${row.date} ${row.mail_total} ${row.virus_total} ${"%.1f" % ((1.0 * row.virus_total / row.mail_total) * 100)}% ${row.spam_total} ${"%.1f" % ((1.0 * row.spam_total / row.mail_total) * 100)}% ${h.format_byte_size(row.total_size)}
${_('No records found')}
<%def name="headers()">\ <%def name="title()">${c.report_title} <%def name="heading()">${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.listings.js')} <%namespace name="forms" file="/reports/form.html"/> <%inherit file="/base.html"/>