11👍
✅
You can use the add
template tag to add the current count from the paginator to the forloop
{{ forloop.counter.0|add:paginator.page.start_index }}
Source:stackexchange.com