{% if not standalone %}{% extends 'admin/master.html' %}{% endif %} {% macro group_by_period(period='day') %}
Date | Total | Incoming | Outgoing | Spam | Size (avg) | Size (total) | {% for d in data %}
---|---|---|---|---|---|---|
{{ d.date }} | {#|dateformat(format='short')#}{{ d.mail_count|numberformat }} | {{ d.mail_in|numberformat }} | {{ d.mail_out|numberformat }} | {{ d.spam|numberformat }} | {{ d.size_avg|filesizeformat }} | {{ d.size_sum|filesizeformat }} |