Skip to Content
Menú
This question has been flagged
1 Respondre
7186 Vistes

I was adding a condition in for my mail template.

given bellow:

%if len(l.name) > 56.0:

${l.product_id.name[28:56].ljust(28) if l.product_id else l.name[28:56].ljust(28) }

% endif

Listing the step i have done:

1) Called template._render_template() function and storing it in a text field.
2) Everything was perfect and i just added above code.

3) now showing jinja2.exceptions.TemplateSyntaxError: unexpected char '&'


Any Suggestions.


Avatar
Descartar
Best Answer

Hi,


If you have added everything correctly then you can do one thing,

you replace & to decimal char like &

You cam prepare small function to pass template string and replace & to &

I hope it will give idea.


Thanks and regards

Haresh Kansara

Avatar
Descartar
Autor

Replacing with & also same error, I tried it before. -- > jinja2.exceptions.TemplateSyntaxError: unexpected char '&'

Autor

I found this issue with Python version, I am using python 3.5 and this issue not showing in python 3.6 . So I am closing this issue

Related Posts Respostes Vistes Activitat
0
de des. 16
3991
2
de febr. 25
3171
1
de des. 24
1777
1
de set. 23
3065
1
de des. 22
5870