{% for row in table_rows %} {% for column in row %} {% if forloop.counter0 < attr_column_count %} {{ column|truncatechars:32 }} {% else %} {{ column|truncatechars:32 }} {% endif %} {% endfor %} {% endfor %}