OMG THANK YOU!! This totally works! Thank you, Thank you, Thank you! On Saturday, August 20, 2016 at 12:30:26 PM UTC-7, Andrew Beales wrote: > > This works for me: > > {% for server, images in child_list.items %} > <h1>{{ server }}</h1> > {% for image in images %} > {% for key,val in image.items %} > <h1>{{ key }}: {{ val }}</h1> > {% endfor %} > {% endfor %} > {% endfor %} > > In your template, 'image' is a list of dicts, so you need to loop over > that to get at them. > > > >
-- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2a5dea43-e5f9-4da8-87b6-1b4d9f31289f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.