I done code for email template.I need to check amout value in if condition which is greater or not,but sign ">" does not work.
My code is here:
% if object.amount > 12:
#some code
% endif
I also tried this.
% if object.amount > 12:
#some code
% endif
how to apply ">" operator in if condition ?