{{i18n "admin.logs.screened_emails.description"}}
{{i18n "admin.logs.screened_emails.email"}} | {{i18n "admin.logs.action"}} | {{i18n "admin.logs.match_count"}} | {{i18n "admin.logs.last_match_at"}} | {{i18n "admin.logs.created_at"}} | {{i18n "admin.logs.ip_address"}} | {{#each this.model as |item|}} |
---|---|---|---|---|---|---|
{{item.email}}
|
{{item.actionName}} | {{i18n
"admin.logs.match_count"
}} {{item.match_count}} |
{{i18n
"admin.logs.last_match_at"
}} {{age-with-tooltip item.last_match_at}} |
{{i18n
"admin.logs.created_at"
}} {{age-with-tooltip item.created_at}} |
{{item.ip_address}} |
|