Repeated verification showing last status

We have just about completed building a verification system for one of the systems we maintain. Their clients must complete verification of their account and we need to show to the administrators their current verification status. This is in a grid, and we currently show Not started / In progress / Submitted [for review] / Approved / Declined When the verification is Declined, it is sent back to their client to resubmit with updated information.

Once a client reaches approved status, this is an end of line state, until the administrators request an update of the verification. In this scenario, a new draft verification is created with the status Not started, but their current verification of Approved status still applies indefinitely.

In this scenario, I need to display both their draft status & their current approved status. I don't think adding an extra grid column is the right approach but am struggling to visualize any other way

Current: Approved Draft: In progress

Seems a bit confusing - any ideas?