{{i18n 'admin.logs.screened_emails.description'}}


{{#conditional-loading-spinner condition=loading}} {{#if model.length}}
{{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 model as |item|}}
{{item.actionName}}
{{item.match_count}}
{{age-with-tooltip item.last_match_at}}
{{age-with-tooltip item.created_at}}
{{item.ip_address}}
{{d-button action="clearBlock" actionParam=item icon="check" label="admin.logs.screened_emails.actions.allow"}}
{{/each}}
{{else}} {{i18n 'search.no_results'}} {{/if}} {{/conditional-loading-spinner}}