Member Directory
Stay connected with our network of industry professionals while collaborating within a professional space. Become familiar with innovation and growth by connecting with like-minded individuals.
<# 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['company'] !== 'undefined' ) { #>
{{{user['company']}}}
<# } #>
<# }); #> <# } else { #>
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}}}
<# } #>