how to use for loop in django views instead of html page code example
Example: how take from for loop on django template
{% autoescape on %}
{{ body }}
{% endautoescape %}
{% autoescape on %}
{{ body }}
{% endautoescape %}