{% if key == formData[name] %} is true when key = 0 and formData[name] = 'all' If I do the following this fixes it but it is nasty: {% if key~ == formData[name] %}
{% if key == formData[name] %} is true when key = 0 and formData[name] = 'all'
If I do the following this fixes it but it is nasty: {% if key~ == formData[name] %}