Hello,

I've got a list of items that I'm passing to a template. For every
item, I'd like to render it as "object" in another template. Is this
or something like this possible?

it would look something like this...

T1....

{% for object in object_list %}
    {% apply "t2.html" object %}
{% endfor %}

Thanks,
Steve

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to