diff --git a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html index 35d6be257d..0222d858c1 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html @@ -128,6 +128,10 @@ {% endfor %} {% endif %} + {% for column in extra_columns %} + {{ object|object_property:column.attribute }} + {% endfor %} + {% if not hide_links %} {% navigation_resolve_menu name='list facet' sort_results=True source=object as facet_menus_results %}