{% load tri_tables %} {% load cycle from future %}
{% include "tri_tables/table_header_rows.html" %} {% for row in table.data %} {% cycle 'row1' 'row2' as row_color silent %} {% include table|row_template:row %} {% endfor %}
{% if is_paginated %}
{% paginator %}
{% endif %}