{% for loop_inner in loop %} {% if loop.index0 is divisible by(4) %}yes{% else %}no{% endif %} {% endfor %} {% for loop_inner in loop %} {% if loop.index0 is divisible by(3) %}yes{% else %}no{% endif %} {% endfor %}