24h Quota | 24h Sent | Quota Remaining | Per/s Quota |
---|---|---|---|
{{ 24hour_quota|floatformat:0 }} | {{ 24hour_sent|floatformat:0 }} | {{ 24hour_remaining|floatformat:0 }} | {{ persecond_rate|floatformat:2 }} |
Delivery Attempts | Bounces | Complaints | Rejected |
---|---|---|---|
{{ summary.DeliveryAttempts|default:0 }} | {{ summary.Bounces|default:0 }} | {{ summary.Complaints|default:0 }} | {{ summary.Rejects|default:0 }} |
Delivery Attempts | Bounces | Complaints | Rejected | {% if local_time %}Local Time{% else %}Timestamp{% endif %} |
---|---|---|---|---|
{{ datapoint.DeliveryAttempts|default:0 }} | {{ datapoint.Bounces|default:0 }} | {{ datapoint.Complaints|default:0 }} | {{ datapoint.Rejects|default:0 }} | {{ datapoint.Timestamp|escape }} |