Open
Description
Is your feature request related to a problem? Please describe.
It is not easy to get which records are locked out and which still have some attempts remaining.
Describe the solution you'd like
It would be better to have a status column for the AccessAttemptAdmin list view, such that we can quickly identify the locked out records & also find out how many attempts remaining for the non locked out records.
Additional context
We also have a is_locked_out filter based on this status, such that a specific set of records can be filtered.