How to create custom Salary Slip print format in erpnext?

Hi Folks,

I have created a custom template for printing salary slips. I want to know the jinja variable names through which all fields can be rendered in template.
I want to access all the variables which are rendering in default Standard Salary Slip template in my own custom designed template.

Thanks.

@progShubham, please, take a look a this: Print Format

Also, search for Print Format List in your system and check those too for more info!

Ps: Variables in the form are passed to the template in the doc object ex. {{ doc.name }} will print out the id of the document.