Let\'s say I have the following jinja2 code:
{% for n in lst %} {% if n.a == 2 %} {{ n.b }} {% endif %} {% endfor %}
And I have the following