1👍
The best and easiest approach would be to pass in a range(0, 100)
in the response context through your view. You could also write your own range
template filter, or search for an existing one on the web – I’m sure there are existing implementations out there.
Source:stackexchange.com