{% for a_tup in rs %}
<tr>
<td>{{ a_tup[0] }}/</td>
<td> {{ a_tup[1]</td>
</tr>
{% endfor %}
Exception Type: TemplateSyntaxError
Exception Value: Could not parse the remainder: '[0]' from 'a_tup[0]'
Only way to do this is to have nested for loop inside template?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---