{% load tri_tables %} {% for column in table.columns %} {% if column.show %} {% include "tri_tables/table_cell.html" %} {% endif %} {% endfor %}