Round calculated field in print format

Hi there,

we are encountering an rounding error on a calculated field in the print format.
Is there any way we can format that variable in a way it shows as currency? Cant seem to get it working. It should always shows as XX,yy and not like XX,yyyyyyyyyyyyyy.

{{ frappe.format_value(row.allocated_amount * (this_docs_vat_rate/100), row.get_formatted(“allocated_amount”, doc), row) }}

Thank you guys in advance