Item wise tax breakup in Print format

hello everyone,
Is it possible to fetch item wise tax breakup in custom print format?
The other_charges_calculation field in Show-breakup is a HTML field which is rendered at run-time .
when i try to use that field in Print-format using jinja templating it displays the following error .

{{ no such element: erpnext.selling.doctype.quotation.quotation.Quotation object[‘other_charges_calculation’] }}

Thanks,
Nishant Nikhil Chakraborty

You can’t fetch HTML field.