<# 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}}}
<# }); #>
<# } else { #>We are sorry. We cannot find any users who match your search criteria.
<# } #>