{% load i18n %} {% load icons_tags %} {% load navigation_tags %}
{% if icon %}
{% icons_icon_render icon enable_shadow=True %}
{% endif %}
{{ label }}
{% if object_list %} {% 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 }}
{% else %}
{% if empty_icon %} {% endif %}

{{ empty_text }}

{% if empty_link %} {{ empty_link.text }} {% endif %}
{% endif %}
{% if link %} {% endif %}