Pretty simple. I have a Python list that I am passing to a Django template.
I can specifically access the first item in this list using
{{ thelist|f
If you're trying to access a manytomany field, remember to add all, so it will look like object.m2m_field.all.0.item_property
all
object.m2m_field.all.0.item_property