Re: template for loop problems

2008-01-13 Thread [EMAIL PROTECTED]
Thanks, that did the trick. On Jan 13, 6:02 pm, Ned Batchelder <[EMAIL PROTECTED]> wrote: > You don't need {{ }} within the {% for .. %} tag.  Try simply {% for > tmpDict in assayDict.methods %} > > --Ned.http://nedbatchelder.com/blog > > > > [EMAIL PROTECTED] wrote: > > Hello All, > > > I'm ru

Re: template for loop problems

2008-01-13 Thread Ned Batchelder
You don't need {{ }} within the {% for .. %} tag. Try simply {% for tmpDict in assayDict.methods %} --Ned. http://nedbatchelder.com/blog [EMAIL PROTECTED] wrote: > Hello All, > > I'm running into a little trouble using the template system of > django. > In python i created a list containing th

template for loop problems

2008-01-13 Thread [EMAIL PROTECTED]
Hello All, I'm running into a little trouble using the template system of django. In python i created a list containing the following info [ {'value':1,"list":[{'assayValue':"20",assayName:"test1"}, {'assayValue':"21",assayName:"test2"}, {'assayValue':"22",assayName:"test3"}]}, {'value':2,"list"