[% FOREACH suggestion IN suggestions %]
[% IF ( suggestion.suggestions_loop ) %]
KohaTable("table_[% loop.count| html %]", {
"sorting": [[ 1, "asc" ]],
"sorting": [[ 3, "desc" ]],
"autoWidth": false,
}, columns_settings );
[% END %]
-