Hi,
I can give you an example, but I cant do all the coding for you.
If you need someone to work on that customization, please contact our partners:
www.hikashop.com/home/our-partners.html
For example, the total is displayed like that:
<?php echo $this->currencyHelper->format($this->order->order_full_price,$this->order->order_currency_id); ?>
So you could add after it:
(around <?php echo $this->currencyHelper->format($this->currencyHelper->convertUniquePrice($this->order->order_full_price,$this->order->order_currency_id,127),127); ?>)