How to know jinja version of erpnext site?

Hi,
I was trying to find the jinja version of erpnext site.
Following is the solution

Go to conosole
frappe-bench$ bench --site mysite.com console
image

Note there is difference between jinja 2.10 and 2.9.6. Some of the things like loop.previtem, loop.changed doesn’t work with 2.9

1 Like