I could manage to display all the fields for Purchase Order in Print Format using Custom HTML but unable to display image along with them
tried different options, one of them is: (but didn’t work)
colspan=“6” style=“text-align: center; border: 1px solid black; padding: 5px;”>
{% if row.item_image %}
{% else %}
No image available
{% endif %}