Could not parse the remainder: '[0]' from 'item[0]' Django Could not parse the remainder: '[0]' from 'item[0]' Django arrays arrays

Could not parse the remainder: '[0]' from 'item[0]' Django


You would write the following to get item 0:

 {{ item.0 }}

Similarly, to get the first item of the first item you'd write:

{{ item.0.0 }}