Scopri gli artisti
- Home
- Tutti gli artisti
<# if ( data.length > 0 ) { #> <# _.each( data, function( user, key, list ) { #>
{{{user.account_status_name}}}
<# if ( user.display_name_html ) { #>
<# } #> {{{user.hook_just_after_name}}}
<# if ( user.can_edit ) { #>
<# } #>
{{{user.hook_after_user_name}}}
<# if ( typeof user['genere'] !== 'undefined' ) { #>
{{{user['genere']}}}
<# } #>
<# var $show_block = false; #>
<# if ( typeof user['genere_musica'] !== 'undefined' ) { $show_block = true; } #>
<# if ( $show_block ) { #>
<# if ( typeof user['genere_musica'] !== 'undefined' ) { #>
{{{user['label_genere_musica']}}}: {{{user['genere_musica']}}}
<# } #>
<# } #>
<# }); #> <# } else { #>
Non ci sono artisti con queste caratteristiche. Riprova
<# } #>
<# if ( data.pagination.total_users == 1 ) { #>
{{{data.pagination.header_single}}}
<# } else if ( data.pagination.total_users > 1 ) { #>
{{{data.pagination.header}}}
<# } #>