{% autoescape off %}

HOME

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

{%for tab in containers%} {% with forloop.counter|stringformat:"i" as strrvalue%}

{{"id"|add:strrvalue}}

{{tab|safe}}

{%endwith%} {%endfor %}
{%for tab2 in containers2%} {% with forloop.counter|stringformat:"i" as str2value%} {%if forloop.first %}

{{"idd"|add:str2value}}

{{tab2|safe}}

{% else %}

{{"idd"|add:str2value}}

{{tab2|safe}}

{% endif %} {%endwith%} {%endfor %}
{% endautoescape %}