List of Print command used with Jinja

Hi all,

iafter several months using ERPNext, i’m trying to rebuild my print format
i cannot find a complete list for the jinja command that goes in {{ }}
anyone got idea where to find the list?

thanks

https://jinja.palletsprojects.com/en/3.1.x/templates/

Hi trentmu,

thanks for the reply,

i’ve got that one, what i need is for example

  • {{doc.name}}
  • {{doc.owner}}
  • {{frappe.get_fullname(doc.owner)}}

so, not jinja reference, but specifically command used for ERPnext in relation to print format using jinja

thanks again

You can also check this one