1👍
✅
You could access “indiviual values” like this:
{{questions.0.author}}
{{questions.1.author}}
....
{{questions.42.author}}
etc. Question
uninitilaized like that will not do what you want. Maybe Question.objects.all()?
. It’s really not clear what you are trying to do though.
Source:stackexchange.com