slaff.bg
0
Q:

template for loop iteration number

{% for item in item_list %}
    {{ forloop.counter }} # starting index 1
    {{ forloop.counter0 }} # starting index 0

    # do your stuff
{% endfor %}
2

New to Communities?

Join the community