Re: nested template problem

2008-12-19 Thread marco ghidinelli
On Thu, Dec 18, 2008 at 11:42:19AM -0800, bruno desthuilliers wrote: > > i'm trying to display a nested array with no luck. > > > > that's my tries: > > > > --- python manage.py shell --- > > from django.template import Template, Context > > list_parts = { > >

Re: nested template problem

2008-12-18 Thread bruno desthuilliers
On 18 déc, 18:31, marco ghidinelli wrote: > hello. > > Does django template engine supports nested dictionary? Yes, indeed. > i'm trying to display a nested array with no luck. > > that's my tries: > > --- python manage.py shell --- > from django.template import

nested template problem

2008-12-18 Thread marco ghidinelli
hello. Does django template engine supports nested dictionary? i'm trying to display a nested array with no luck. that's my tries: --- python manage.py shell --- from django.template import Template, Context list_parts = { 'root': {'value': [{'tag': 'a'},