This project has been funded with support from the European Commission.
This publication [communication] reflects the views only of the author, and the Commission cannot be held responsible for any use which may be made of the information contained therein.
<# 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}}}
<# }); #> <# } 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}}}
<# } #>