Benyamin,
You can use macro to figure get order status and compare it to some value and show image based on result of comparison. Something like this:
{% OrderStatus.CodeName == "your status" ? "<img src='/img1.jpg'/>" : "<img src='/img2.jpg'/>" |(identity)GlobalAdministrator%}