I'm using the following, which works, but doesn't break properly.  I'd like 
three across for each row.  How can I accomplish that?

{% for director in directors %}
  <tr class="{% cycle 'odd' 'even' %}">
      <td>
          {{ director.full_name }}
      </td>
  </tr>
{% endfor %}

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/14552fd8-57ca-402f-8bd8-02a634acddef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to