{include "../components/content_error.xml", description => $ownerId > 0 ? ($ownerId == $thisUser->getId() ? tr("no_playlists_thisuser") : tr("no_playlists_user")) : tr("no_playlists_club")}
-
+ {foreach $playlists as $playlist}
+ {include 'playlistListView.xml', playlist => $playlist}
+ {/foreach}