{% for column in columns %} {% if column.sortable %} {% else %} {% endif %} {{ column|title }}{% if column.is_sorted %} ({{ column.sort_direction }}) {% endif %}{% if column.is_ordered %} {% else %} {% endif %} {% endfor %}