Jinja Template Error for Material Requests

I am getting the following Error when I am trying to generate a raw material request from a sales order. Would appreciate help in deciphering it.

Purchase Request,

{% for row in doc.items %}

{{ row.get_formatted(“item_name”, doc) }}, Menge: {{ row.get_formatted(“qty”, doc) }} {{ row.get_formatted(“stock_uom”, doc) }}

{% endfor %}

Traceback (most recent call last):
File “apps/frappe/frappe/utils/jinja.py”, line 94, in render_template
return get_jenv().from_string(template).render(context)
File “env/lib/python3.8/site-packages/jinja2/environment.py”, line 1291, in render
self.environment.handle_exception()
File “env/lib/python3.8/site-packages/jinja2/environment.py”, line 925, in handle_exception
raise rewrite_traceback_stack(source=source)
File "

Can you provide the full error?

This is the full error as a screen shot.

There is a German word in the third row: Menge = quantity

image

There is no error in the error log list. This jinja template error is a pop up window which comes when I try to submit the purchase request.