{% load navigation_tags %} {% if not hide_columns %} {% for source_column in source_columns_non_identifier %} {% if source_column.is_sortable %} {{ source_column.label }} {% navigation_source_column_get_sort_icon column=source_column as icon_sort %} {% if icon_sort %} {{ icon_sort.render }} {% endif %} {% else %} {{ source_column.label }} {% endif %} {% include 'appearance/partials/list/help_text.html' %} {% endfor %} {% endif %}