Let's say I have the following output in my template:

John Smith    37     widget1
John Smith    37     widget2
Bill Rogers    45     widget3
Bill Rogers    45     widget4

What I'd like to see in the output, instead of the duplicated names:

John Smith    37     widget1
      -               -       widget2
Bill Rogers    45     widget3
      -               -       widget4


My query is based on the widgets, it's related to a customer field.

Thanks for any advice.

jason

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to