<# 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['user_email'] !== 'undefined' ) { #>
{{{user['user_email']}}}<# } #>
<# if ( typeof user['address'] !== 'undefined' ) { #>
{{{user['address']}}}<# } #>
<# var $show_block = false; #>
<# if ( typeof user['phone_number'] !== 'undefined' ) {$show_block = true;} #>
<# if ( $show_block ) { #>
<# } #>
<# }); #><# } else { #>
We are sorry. We cannot find any users who match your search criteria.
<# } #>
<# if ( data.pagination.total_users == 1 ) { #>{{{data.pagination.header_single}}}<# } else if ( data.pagination.total_users > 1 ) { #>{{{data.pagination.header}}}<# } #>