<# if ( data.length > 0 ) { #> <# _.each( data, function( user, key, list ) { #>
{{{user.account_status_name}}}
<# } #> {{{user.hook_just_after_name}}}
<# if ( user.can_edit ) { #>
<# } #>
{{{user.hook_after_user_name}}}
<# if ( typeof user['description'] !== 'undefined' ) { #>
<# } #>
<# if ( typeof user['location_country'] !== 'undefined' ) { #>
<# } #>
<# if ( typeof user['interest_checkbox'] !== 'undefined' ) { #>
<# } #>
<# }); #> <# } else { #>
<# } #>
<# _.each( data.pagination.pages_to_show, function( page, key, list ) { #> {{{page}}} <# }); #>
<# } #>
<# }); #> <# } #>