{% load i18n %} {% load appearance_tags %} {% load navigation_tags %}
{% if icon %}
{% appearance_icon_render icon enable_shadow=True %}
{% endif %}
{{ label }}
{% navigation_get_source_columns source=object_list names=columns as source_columns %} {% for object in object_list %} {% for column in source_columns %} {% endfor %} {% endfor %}
{% navigation_source_column_resolve column=column as column_value %} {{ column_value }} {# Use explicit 'as column_value ' to force date rendering #}
{% if link %} {% endif %}