Answer the question
In order to leave comments, you need to log in
What is the correct way to add a numbered list in a Django template?
{% for table in table %}
<tr>
<td>
<ol><li></li></ol>
</td>
<td>
{{ data }}
</td>
</tr>
{% endfor %}
Answer the question
In order to leave comments, you need to log in
{{ forloop.counter }}
https://docs.djangoproject.com/en/1.8/ref/template...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question