Which Django template syntax allows to use the for loop? code example
Example: how take from for loop on django template
{% autoescape on %}
{{ body }}
{% endautoescape %}
{% autoescape on %}
{{ body }}
{% endautoescape %}