On 11/9/05, Kevin <[EMAIL PROTECTED]> wrote: > Is there a reason you can't do this: > > {% for items in dictionary.items %} > ... be able to use {{ items.0 }} and "{{ items.1 }}"... > {% endfor %} > > this is equivalent to the python: > for key, value in dictionary.items()
That should work, exactly as stated. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org