1{% if not_exist %} 2This part is not displayed 3{% for x in range(0,5) %} 4--> loop here {{ x }} and {{ x+1 }} 5{% endfor %} 6{% else %} 7 active else {{ a_ident }} 8{% endif %} 9TOTO