{% load i18n %} {% load static %} {% load common_tags %} {% load navigation_tags %}
| {% endif %} {% if not hide_object %} | {% trans 'Identifier' %} | {% endif %} {% if not hide_columns %} {% get_source_columns source=object_list as source_columns %} {% for column in source_columns %}{% if column.is_sortable %} {{ column.label }} {% if column.attribute == sort_field %} {% if icon_sort %}{{ icon_sort.render }}{% endif %} {% endif %} {% else %} {{ column.label }} {% endif %} | {% endfor %} {% endif %} {% for column in extra_columns %}{{ column.name }} | {% endfor %} {% if not hide_links %}{% endif %} | |
|---|---|---|---|---|---|
| {% endif %} {% if not hide_object %} | {% if not hide_link %}{{ object }}{% else %}{{ object }}{% endif %} | {% else %} {% get_source_columns source=object only_identifier=True as source_column %} {% source_column_resolve column=source_column as column_value %} {% if column_value %}{% if source_column.is_absolute_url %} {{ column_value }} {% else %} {{ column_value }} {% endif %} | {% endif %} {% endif %} {% if not hide_columns %} {% get_source_columns source=object exclude_identifier=True as source_columns %} {% for column in source_columns %}
{% source_column_resolve column=column as column_value %}{{ column_value }}
{# Use explicit 'as column_value ' to force date rendering #}
|
{% endfor %}
{% endif %}
{% for column in extra_columns %}
{{ object|object_property:column.attribute }} | {% endfor %} {% if not hide_links %}{% get_menu_links name='list facet' sort_results=True source=object as resolved_links %} {% for object_navigation_links in resolved_links %} {% with 'true' as horizontal %} {% with 'true' as hide_icon %} {% include 'navigation/generic_navigation.html' %} {% endwith %} {% endwith %} {% endfor %} {% get_menu_links name='object' source=object as resolved_links %} {% for object_navigation_links in resolved_links %} {% with 'true' as horizontal %} {% with 'true' as hide_icon %} {% include 'navigation/generic_navigation.html' %} {% endwith %} {% endwith %} {% endfor %} | {% endif %}