{{ _('Old records will be cleaned up regularly.') }}

{% for r in tracking_records %} {% endfor %}
{{ _('Sender') }} {{ _('Recipient') }} {{ _('Address') }} {{ _('First Attempt') }} {{ _('Expire') }}
{{ r.sender }} {{ r.recipient }} {{ r.client_address }} {{ r.init_time | epoch_seconds_to_gmt | utc_to_timezone(timezone=session['timezone']) }} {{ r.block_expired | epoch_seconds_to_gmt | utc_to_timezone(timezone=session['timezone']) }}