Show Reviewed user in the print format of Purchase Receipt

I have a workflow for Purchase Receipt.
The workflow status moves from Created → Review → Reviewed → Submitted.
I have a Jinja based Print Format for Purchase Receipt.
In this report, I need to display who has reviewed the purchase receipt.
How to do that?
How can I get the user who has Approved the document from Review to Reviewed?

Thank you