enumerate in django templte

{% for index, item in some_list|default([]) %}
  {{ index }}: {{ item }}
{% endfor %}