Hi. This line should be without double brackets, because in tag {% %}
dosen't use tag {{ }}:
{% elif (control == 2 and ({{ controls[control].value }}) == 0) : %}
Like this:
{% elif (control == 2 and controls[control].value == 0) : %}
--
You received this message because you are subscribed to the Google Groups
"pocoo-libs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pocoo-libs.
For more options, visit https://groups.google.com/groups/opt_out.