I\'m using Google App Engine and Django templates. I have a table that I want to display the objects look something like:
Object Result: Items =
shouldn't this:
{{ user.item }}
be this?
{{ item }}
there is no user object in the context within that loop....?