{{ _('Old records will be cleaned up regularly.') }}
| {{ _('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']) }} |