{% load tables %} {% if table %} {% for column in table.columns %} {% endfor %} {% for column in table.columns %} {% endfor %} {% table table.rows %}
{% if column.sortable %} {{ column }} {% if column.is_ordered_straight %}{% endif %} {% if column.is_ordered_reverse %}{% endif %} {% else %} {{ column }} {% endif %}
{% endif %}