{% load navigation_tags %}
{% if not hide_columns %} {% for column in source_columns_non_identifier %}
{% navigation_source_column_resolve column=column as column_value %}{% if column_value != '' %}{% if column.include_label %}{{ column.label }}: {% endif %}{{ column_value }}{% endif %}
{% endfor %} {% endif %}