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